Merge pull request #334 from nguyendangminh/patch-1

Add a new Configuration package: mini
This commit is contained in:
Thiago Avelino 2015-04-07 00:51:30 -03:00
commit baa1e3d751

View File

@ -115,6 +115,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [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
* [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files
* [viper](https://github.com/spf13/viper) - Go configuration with fangs