mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
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:
parent
5694228c35
commit
33a49d2b89
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user