package
0.0.0-20141216192214-4b78388c8ce4
Repository: https://github.com/codegangsta/envy.git
Documentation: pkg.go.dev

# Functions

Bootstrap loads a .env file into the current environment using envy.Load.
Load parses lines of a reader in the .env format.
MustGet looks up the value for the given environment variable.

# Type aliases

Env represents the values parsed from the .env file.