From caf10979626f7ed622cc107d8927ceaee8bcdd0c Mon Sep 17 00:00:00 2001 From: Kailash Nadh Date: Tue, 2 Jul 2019 02:00:34 +0530 Subject: [PATCH] Add knadh/koanf under the Configuration section (#2578) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee012fd6..a0e3e14f 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [ini](https://github.com/go-ini/ini) - Go package to read and write INI files. * [joshbetz/config](https://github.com/joshbetz/config) - Small configuration library for Go that parses environment variables, JSON files, and reloads automatically on SIGHUP. * [kelseyhightower/envconfig](https://github.com/kelseyhightower/envconfig) - Go library for managing configuration data from environment variables. +* [koanf](https://github.com/knadh/koanf) - Light weight, extensible library for reading config in Go applications. Built in support for JSON, TOML, YAML, env, command line. * [konfig](https://github.com/lalamove/konfig) - Composable, observable and performant config handling for Go for the distributed processing era. * [mini](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files. * [sprbox](https://github.com/oblq/sprbox) - Build-environment aware toolbox factory and agnostic config parser (YAML, TOML, JSON and Environment vars).