Skip to content

Commit

Permalink
Merge pull request #1 from yuseferi/yuseferi-envyaml-pkg
Browse files Browse the repository at this point in the history
add envyaml package to config loader part
  • Loading branch information
yuseferi authored Dec 24, 2024
2 parents 4318361 + c9201f9 commit 434f0b7
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 434f0b7

Please sign in to comment.