From 05eeb4563ed1a4716c5a6c6a70ff275f3e9a20d2 Mon Sep 17 00:00:00 2001 From: olebedev Date: Mon, 2 Mar 2015 09:44:33 +0500 Subject: [PATCH] Config tool added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ceb17582..5cbc2eed 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno *Libraries for configuration parsing* +* [config](https://github.com/olebedev/config) - JSON or YAML configuration wrapper with environment variables and flags parsing. * [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy