From 38368db8bc7d0338d9933c30fa1bf467f0497970 Mon Sep 17 00:00:00 2001 From: Malte Wrogemann Date: Sat, 17 Sep 2022 05:12:40 +0200 Subject: [PATCH] add wroge/scan (#4435) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32c2a7d3..cc7d1f9f 100644 --- a/README.md +++ b/README.md @@ -2647,6 +2647,7 @@ _General utilities and tools to make your life easier._ - [robustly](https://github.com/VividCortex/robustly) - Runs functions resiliently, catching and restarting panics. - [rospo](https://github.com/ferama/rospo) - Simple and reliable ssh tunnels with embedded ssh server in Golang. - [scan](https://github.com/blockloop/scan) - Scan golang `sql.Rows` directly to structs, slices, or primitive types. +- [scan](https://github.com/wroge/scan) - Scan sql rows into any type powered by generics. - [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.