From 614168d335b114b691a26aba586d3f86f188b1d6 Mon Sep 17 00:00:00 2001 From: Artyom Pervukhin Date: Thu, 1 Jan 2015 17:17:09 +0300 Subject: [PATCH] Add autoflags package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cb2804..21dcf90 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *These libraries were placed here because none of the other categories seemed to fit* +* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields * [browscap_go](https://github.com/fromYukki/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/). * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy