mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add knadh/koanf under the Configuration section (#2578)
This commit is contained in:
parent
489b510abd
commit
caf1097962
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user