Add set to README.md

This commit is contained in:
Nofeatures Onlybugs 2021-08-30 11:23:05 -07:00 committed by Avelino
parent 24c780c40a
commit 39f946dd5b

View File

@ -2179,6 +2179,7 @@ _**Unofficial** set of patterns for structuring projects._
* [scan](https://github.com/blockloop/scan) - Scan golang `sql.Rows` directly to structs, slices, or primitive types.
* [scany](https://github.com/georgysavva/scany) - Library for scanning data from a database into Go structs and more.
* [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need.
* [set](https://github.com/nofeaturesonlybugs/set) - Performant and flexible struct mapping and loose type conversion.
* [shutdown](https://github.com/ztrue/shutdown) - App shutdown hooks for `os.Signal` handling.
* [silk](https://github.com/chrispassas/silk) - Read silk netflow files.
* [slice](https://github.com/psampaz/slice) - Type-safe functions for common Go slice operations.