Add joshbetz/config (#1409)

* Add joshbetz/config

A small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP.

https://github.com/joshbetz/config

* Fix alphabetic sort order
This commit is contained in:
Josh Betz 2017-05-13 22:18:38 -05:00 committed by Thiago Avelino
parent 5694228c35
commit 33a49d2b89

View File

@ -200,6 +200,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [hjson](https://github.com/hjson/hjson-go) - Human JSON, a configuration file format for humans. Relaxed syntax, fewer mistakes, more comments.
* [ingo](https://github.com/schachmat/ingo) - Flags persisted in an ini-like config file
* [ini](https://github.com/go-ini/ini) - Go package for read and write INI files
* [joshbetz/config](https://github.com/joshbetz/config) - A small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP.
* [mini](https://github.com/sasbury/mini) - A golang package for parsing ini-style configuration files
* [store](https://github.com/tucnak/store) - A lightweight configuration manager for Go
* [viper](https://github.com/spf13/viper) - Go configuration with fangs