Added configuration management package viper

This commit is contained in:
Carles Cerezo Guzmán 2015-02-02 12:40:03 +00:00
parent 3ec4dc72f9
commit abd504955b

View File

@ -1,5 +1,4 @@
# Awesome Go
# Awesome Go
A curated list of awesome Go frameworks, libraries and software. Inspired by [awesome-python](https://github.com/vinta/awesome-python).
### Contributing
@ -343,6 +342,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [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
* [viper](https://github.com/spf13/viper) - Go configuration with fangs
* [xstrings](https://github.com/huandu/xstrings) - A collection of useful string functions ported from other languages.
## Natural Language Processing