Add scany to utilities section (#3179)

This commit is contained in:
Georgy Savva 2020-08-13 13:42:51 +03:00 committed by GitHub
parent e186015182
commit 6ad27701c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1985,6 +1985,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [retry-go](https://github.com/rafaeljesus/retry-go) - Retrying made simple and easy for golang.
* [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics.
* [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.
* [shutdown](https://github.com/ztrue/shutdown) - App shutdown hooks for `os.Signal` handling.
* [silk](https://github.com/chrispassas/silk) - Read silk netflow files.