mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
add gcfg in Configuration
This commit is contained in:
parent
9645de3ac8
commit
9e2c9630a1
@ -153,6 +153,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs.
|
||||
* [envconf](https://github.com/ian-kent/envconf) - Configuration from environment
|
||||
* [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables.
|
||||
* [gcfg](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections
|
||||
* [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy
|
||||
* [ini](https://github.com/go-ini/ini) - Go package for read and write INI files
|
||||
* [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files
|
||||
|
Loading…
Reference in New Issue
Block a user