Skip to content

Commit

Permalink
add envyaml package to config loader part (#5405)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuseferi authored Dec 24, 2024
1 parent b268edc commit 020dcdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 020dcdb

Please sign in to comment.