From 042a581891026ef2ba7bfb941f94ed506cb55331 Mon Sep 17 00:00:00 2001 From: variadico Date: Mon, 22 Jun 2015 01:01:02 -0700 Subject: [PATCH] add scaneo --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4d3ed59..89b8388d 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [oauth2](https://github.com/golang/oauth2) - Successor of goauth2. Generic OAuth 2.0 package that comes with JWT, Google APIs, Compute Engine and App Engine support. * [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library. * [permissions2](https://github.com/xyproto/permissions2) - Library for keeping track of users, login states and permissions. Uses secure cookies and bcrypt. -* [yubigo](https://github.com/GeertJohan/yubigo) - a Yubikey client package that provides a simple API to integrate the Yubico Yubikey into a go application. +* [yubigo](https://github.com/GeertJohan/yubigo) - a Yubikey client package that provides a simple API to integrate the Yubico Yubikey into a go application. ## Command Line @@ -209,6 +209,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [Dotsql](https://github.com/gchaincl/dotsql) - Go library that helps you keep sql files in one place and use it with ease. * [goqu](https://github.com/doug-martin/goqu) - An idiomatic SQL builder and query library. +* [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs. * [Squirrel](https://github.com/lann/squirrel) - Go library that helps you build SQL queries.