mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Update README.md
This commit is contained in:
parent
2c0d62702a
commit
dc2a4de3fb
@ -452,6 +452,7 @@ _Libraries for configuration parsing._
|
|||||||
- [configuro](https://github.com/sherifabdlnaby/configuro) - opinionated configuration loading & validation framework from ENV and Files focused towards 12-Factor compliant applications.
|
- [configuro](https://github.com/sherifabdlnaby/configuro) - opinionated configuration loading & validation framework from ENV and Files focused towards 12-Factor compliant applications.
|
||||||
- [confita](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct.
|
- [confita](https://github.com/heetch/confita) - Load configuration in cascade from multiple backends into a struct.
|
||||||
- [conflate](https://github.com/the4thamigo-uk/conflate) - Library/tool to merge multiple JSON/YAML/TOML files from arbitrary URLs, validation against a JSON schema, and application of default values defined in the schema.
|
- [conflate](https://github.com/the4thamigo-uk/conflate) - Library/tool to merge multiple JSON/YAML/TOML files from arbitrary URLs, validation against a JSON schema, and application of default values defined in the schema.
|
||||||
|
- [dotenv](https://github.com/talut/dotenv) - Go library for managing environment variables. It provides a set of functions to retrieve environment variables with different types, including string, boolean, integer, float, and duration also adds cache.
|
||||||
- [env](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults).
|
- [env](https://github.com/caarlos0/env) - Parse environment variables to Go structs (with defaults).
|
||||||
- [env](https://github.com/junk1tm/env) - A lightweight package for loading environment variables into structs.
|
- [env](https://github.com/junk1tm/env) - A lightweight package for loading environment variables into structs.
|
||||||
- [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs.
|
- [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs.
|
||||||
@ -497,7 +498,6 @@ _Libraries for configuration parsing._
|
|||||||
- [viper](https://github.com/spf13/viper) - Go configuration with fangs.
|
- [viper](https://github.com/spf13/viper) - Go configuration with fangs.
|
||||||
- [xdg](https://github.com/adrg/xdg) - Go implementation of the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories).
|
- [xdg](https://github.com/adrg/xdg) - Go implementation of the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and [XDG user directories](https://wiki.archlinux.org/index.php/XDG_user_directories).
|
||||||
- [xdg](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html).
|
- [xdg](https://github.com/OpenPeeDeeP/xdg) - Cross platform package that follows the [XDG Standard](https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html).
|
||||||
- [dotenv](https://github.com/talut/dotenv) - Go library for managing environment variables. It provides a set of functions to retrieve environment variables with different types, including string, boolean, integer, float, and duration.
|
|
||||||
|
|
||||||
**[⬆ back to top](#contents)**
|
**[⬆ back to top](#contents)**
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user