mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Added configuration management package viper
This commit is contained in:
parent
3ec4dc72f9
commit
abd504955b
@ -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).
|
A curated list of awesome Go frameworks, libraries and software. Inspired by [awesome-python](https://github.com/vinta/awesome-python).
|
||||||
|
|
||||||
### Contributing
|
### 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/).
|
* [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
|
* [envconf](https://github.com/ian-kent/envconf) - Configuration from environment
|
||||||
* [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy
|
* [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.
|
* [xstrings](https://github.com/huandu/xstrings) - A collection of useful string functions ported from other languages.
|
||||||
|
|
||||||
## Natural Language Processing
|
## Natural Language Processing
|
||||||
|
Loading…
Reference in New Issue
Block a user