Merge pull request #295 from olebedev/master

Config tool added
This commit is contained in:
Matt Holt 2015-03-01 23:32:26 -07:00
commit 36065c7dad

View File

@ -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