Merge pull request #1050 from laktak/master

add Hjson
This commit is contained in:
Kirill Danshin 2016-08-23 23:47:51 +04:00 committed by GitHub
commit d1620c40be

View File

@ -177,6 +177,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables. * [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 * [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 * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy
* [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 * [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 * [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 * [mini](https://github.com/FogCreek/mini) - A golang package for parsing ini-style configuration files