From 51550bd8093352f02481d9a1007b113838051a85 Mon Sep 17 00:00:00 2001 From: Chase Pierce Date: Wed, 17 Jul 2024 20:45:57 -0600 Subject: [PATCH] Adding env (#5361) * adding env package * alphabetical based on link * remove packages around the addition * Revert indentation fix for a different PR to solve. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fa95e33..b3d12d50 100644 --- a/README.md +++ b/README.md @@ -462,8 +462,7 @@ _Libraries for configuration parsing._ - [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. - [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. -- [envcfg](https://github.com/tomazk/envcfg) - Un-marshaling environment variables to Go structs. -- [envconf](https://github.com/ian-kent/envconf) - Configuration from environment. +- [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. - [fig](https://github.com/kkyr/fig) - Tiny library for reading configuration from a file and from environment variables (with validation & defaults).