Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env map[st]st
func GetEnv ¶
func GetEnv(path st) (env Env, err er)
GetEnv reads a file expected to represent a collection of KEY=value in standard shell environment variable format - ie, key usually in all upper case no spaces and words separated by underscore, value can have any separator, but usually comma, for an array of values.
Click to show internal directories.
Click to hide internal directories.