From 629c19da7da328c0eb8c0a89a31d2d5c2f7e8d75 Mon Sep 17 00:00:00 2001 From: peter-mogensen Date: Tue, 20 Jun 2017 19:43:15 +0200 Subject: [PATCH] Added gone/jconf modular JSON configuration lib (#1457) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0585fe0..6b897ef7 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gcfg](https://github.com/go-gcfg/gcfg) - read INI-style configuration files into Go structs; supports user-defined types and subsections * [goConfig](https://github.com/crgimenes/goConfig) - Parse a struct as input and populates the fields of this struct with parameters fom command line, environment variables and configuration file. * [gofigure](https://github.com/ian-kent/gofigure) - Go application configuration made easy +* [gone/jconf](https://github.com/One-com/gone/tree/master/jconf#readme) - Modular JSON configuration. Keep you config structs along the code they configure and delegate parsing to submodules without sacrificing full config serialization. * [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