Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
func Load ¶
Load reads the environment file and reads variables in "key=value" format. Then it read the system environment variables. It returns the combined results in a key value map.
func (Env) Bool ¶
Bool returns the boolean value of the environment variable named by the key. If the variable is not present, the default value is returned.
Click to show internal directories.
Click to hide internal directories.