mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
add envyaml package to config loader part (#5405)
This commit is contained in:
parent
b268edca26
commit
020dcdb48d
@ -478,6 +478,7 @@ _Libraries for configuration parsing._
|
||||
- [env](https://github.com/syntaqx/env) - An environment utility package with support for unmarshaling into structs
|
||||
- [envconfig](https://github.com/vrischmann/envconfig) - Read your configuration from environment variables.
|
||||
- [envh](https://github.com/antham/envh) - Helpers to manage environment variables.
|
||||
- [envyaml](https://github.com/yuseferi/envyaml) - Yaml with environment variables reader. it helps to have secrets as environment variable but load them configs as structured Yaml.
|
||||
- [fig](https://github.com/kkyr/fig) - Tiny library for reading configuration from a file and from environment variables (with validation & defaults).
|
||||
- [genv](https://github.com/sakirsensoy/genv) - Read environment variables easily with dotenv support.
|
||||
- [go-array](https://github.com/deatil/go-array) - A Go package that read or set data from map, slice or json.
|
||||
|
Loading…
Reference in New Issue
Block a user