2
0
Golang library for reading configurations from JSON, YAML files, environment variables and command line.
Go to file
2017-12-15 13:57:51 +08:00
cli add comments 2017-12-12 16:00:34 +08:00
env don't set default value when parsing env 2017-12-15 13:57:51 +08:00
test add comments 2017-12-12 16:00:34 +08:00
utils add comments 2017-12-12 16:00:34 +08:00
.gitignore Pre 1.0 version 2017-12-11 17:14:53 +08:00
config_test.go add comments 2017-12-12 16:00:34 +08:00
config.go add comments 2017-12-12 16:00:34 +08:00
LICENSE Initial commit 2017-12-06 17:11:17 +08:00
README.md Initial commit 2017-12-06 17:11:17 +08:00

Config

A golang library for configuration