add wroge/scan (#4435)

This commit is contained in:
Malte Wrogemann 2022-09-17 05:12:40 +02:00 committed by GitHub
parent 3d66d360e5
commit 38368db8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.