From 03cfc5ca16c826d6914e51864b18f2a8f77a0f80 Mon Sep 17 00:00:00 2001 From: Naser Mirzaei Date: Fri, 20 Sep 2019 03:10:28 +0430 Subject: [PATCH] add env package (#2694) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bcec5b2..7496923c 100644 --- a/README.md +++ b/README.md @@ -291,6 +291,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [koanf](https://github.com/knadh/koanf) - Light weight, extensible library for reading config in Go applications. Built in support for JSON, TOML, YAML, env, command line. * [konfig](https://github.com/lalamove/konfig) - Composable, observable and performant config handling for Go for the distributed processing era. * [mini](https://github.com/sasbury/mini) - Golang package for parsing ini-style configuration files. +* [nasermirzaei89/env](https://github.com/nasermirzaei89/env) - Simple useful package for read environment variables. * [sprbox](https://github.com/oblq/sprbox) - Build-environment aware toolbox factory and agnostic config parser (YAML, TOML, JSON and Environment vars). * [store](https://github.com/tucnak/store) - Lightweight configuration manager for Go. * [viper](https://github.com/spf13/viper) - Go configuration with fangs.