From 33a49d2b89aded897f8accfd0bf523ede7223a7f Mon Sep 17 00:00:00 2001 From: Josh Betz Date: Sat, 13 May 2017 22:18:38 -0500 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cad7e3ee..510a6bf9 100644 --- a/README.md +++ b/README.md @@ -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