//
pkg.gl
Category
github.com/codegangsta/envy
lib
package
0.0.0-20141216192214-4b78388c8ce4
Repository:
https://github.com/codegangsta/envy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
13
Files
72 SLOC
#
Functions
Bootstrap
Bootstrap loads a .env file into the current environment using envy.Load.
Load
Load parses lines of a reader in the .env format.
MustGet
MustGet looks up the value for the given environment variable.
#
Type aliases
Env
Env represents the values parsed from the .env file.