yawn / envmap

envmap provides access to environment variables as a map[string]string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

envmap

Build Status

envmap provides access to environment variables as a map[string]string and can convert those maps back to []string. It can also push and pop prefixes to (and from) environment variables to allow use cases such as a temporary (nested) override of environment variables.

About

envmap provides access to environment variables as a map[string]string


Languages

Language:Go 100.0%