From 6ad27701c82c83b4bfaac232b164ab70eaa1ba33 Mon Sep 17 00:00:00 2001 From: Georgy Savva Date: Thu, 13 Aug 2020 13:42:51 +0300 Subject: [PATCH] Add scany to utilities section (#3179) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a542a50a..51a01d97 100644 --- a/README.md +++ b/README.md @@ -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.