From 5bdc12ceba9b190c1bce2a9e6aec9864696405f9 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 9 Apr 2019 16:24:01 -0500 Subject: [PATCH] add https://github.com/blockloop/scan (#2466) [![GoDoc](https://godoc.org/github.com/blockloop/scan?status.svg)](https://godoc.org/github.com/blockloop/scan) [![Travis](https://img.shields.io/travis/blockloop/scan.svg)](https://travis-ci.org/blockloop/scan) [![Coveralls github](https://img.shields.io/coveralls/github/blockloop/scan.svg)](https://coveralls.io/github/blockloop/scan) [![Report Card](https://goreportcard.com/badge/github.com/blockloop/scan)](https://goreportcard.com/report/github.com/blockloop/scan) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=blockloop/scan)](https://dependabot.com) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e1d32d0..47321db0 100644 --- a/README.md +++ b/README.md @@ -1673,6 +1673,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [retry](https://github.com/shafreeck/retry) - A pretty simple library to ensure your work to be done. * [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. * [serve](https://github.com/syntaqx/serve) - A static http server anywhere you need. * [silk](https://github.com/chrispassas/silk) - Read silk netflow files. * [sliceconv](https://github.com/Henry-Sarabia/sliceconv) - Slice conversion between primitive types.