Add github.com/lalamove/konfig (#2575)

This commit is contained in:
Francois Parquet 2019-06-27 10:39:44 +08:00 committed by Cássio Botaro
parent 32a617f32b
commit 22b88c7599

View File

@ -276,6 +276,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. * [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. * [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. * [kelseyhightower/envconfig](https://github.com/kelseyhightower/envconfig) - Go library for managing configuration data from environment variables.
* [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. * [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). * [sprbox](https://github.com/oblq/sprbox) - Build-environment aware toolbox factory and agnostic config parser (YAML, TOML, JSON and Environment vars).
* [store](https://github.com/tucnak/store) - Lightweight configuration manager for Go. * [store](https://github.com/tucnak/store) - Lightweight configuration manager for Go.