7 Go helpers to manage environment variables

github.com godoc.org goreportcard.com posted by antham 2561 days ago  

Go library to manage environment variables :

This library is made up of two parts :
  • Env object : it wraps your environments variables in an object and provides convenient helpers.
  • Env tree object : through this helper you can parse and manage your environment variables in a tree like you would do to manage a configuration in a yaml file.
Edit
Register to comment or vote on this story