From 5177e1a8df2b9d903a64a67ee1edb8d364cc86b5 Mon Sep 17 00:00:00 2001 From: Stephen Afam-Osemene Date: Tue, 27 Dec 2022 02:26:47 +0100 Subject: [PATCH] Add `stephenafamo/scan` reference to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4b30205b7..0cb09ec52 100644 --- a/README.md +++ b/README.md @@ -146,3 +146,8 @@ Adds GSSAPI / Kerberos authentication support. ### [github.com/wcamarao/pmx](https://github.com/wcamarao/pmx) Explicit data mapping and scanning library for Go structs and slices. + +### [github.com/stephenafamo/scan](https://github.com/stephenafamo/scan) + +Type safe and flexible package for scanning database data into Go types. +Supports, structs, maps, slices and custom mapping functions.