Documentation ¶ Index ¶ func Save(path string, e Env) error type Env func Load(path string) (Env, error) func (e Env) Set() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Save ¶ func Save(path string, e Env) error Save saves an Env to <path>/env.json Types ¶ type Env ¶ type Env map[string]string Env is tmpl environment variables func Load ¶ func Load(path string) (Env, error) Load loads an env from <path>/env.json func (Env) Set ¶ func (e Env) Set() error Set sets all environment variables from an Env Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.