From 5ae89fc052a42f9dacdbd101a6be1f38c3d0910b Mon Sep 17 00:00:00 2001 From: Harrison Shoebridge Date: Tue, 1 Dec 2015 17:53:41 +1100 Subject: [PATCH] Add configure --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f21776..819f5bd 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for configuration parsing* * [config](https://github.com/olebedev/config) - JSON or YAML configuration wrapper with environment variables and flags parsing. +* [configure](https://github.com/paked/configure) - Provides configuration through multiple sources, including JSON, flags and environment variables. * [env](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults). * [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. * [envconf](https://github.com/ian-kent/envconf) - Configuration from environment