mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #289 from carlescere/config-section
Added configuration section
This commit is contained in:
commit
899fa96aa4
15
README.md
15
README.md
@ -14,6 +14,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
- [Audio & Music](#audiomusic)
|
- [Audio & Music](#audiomusic)
|
||||||
- [Authentication & OAuth](#authentication--oauth)
|
- [Authentication & OAuth](#authentication--oauth)
|
||||||
- [CSS Preprocessors](#css-preprocessors)
|
- [CSS Preprocessors](#css-preprocessors)
|
||||||
|
- [Configuration](#configuration)
|
||||||
- [CUI](#cui)
|
- [CUI](#cui)
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Database Drivers](#database-drivers)
|
- [Database Drivers](#database-drivers)
|
||||||
@ -100,6 +101,16 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [gcss](https://github.com/yosssi/gcss) - Pure Go CSS Preprocessor.
|
* [gcss](https://github.com/yosssi/gcss) - Pure Go CSS Preprocessor.
|
||||||
|
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
*Libraries for configuration 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
|
||||||
|
* [viper](https://github.com/spf13/viper) - Go configuration with fangs
|
||||||
|
|
||||||
|
|
||||||
## CUI
|
## CUI
|
||||||
|
|
||||||
*Libraries for building CUI Applications*
|
*Libraries for building CUI Applications*
|
||||||
@ -343,10 +354,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
|
|
||||||
* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields
|
* [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields
|
||||||
* [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/).
|
||||||
* [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
|
|
||||||
* [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