Documentation
¶
Overview ¶
Package env is used to parse environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns a value by key. If the key does not exist, the default value will be returned.
func GetAll ¶
GetAll returns all keys/values in the current child process environment.
func MustGet ¶
MustGet returns a value by key. If the key does not exist, it will return an error.
func MustSet ¶
MustSet sets a value in the ENV copy and the child process environment. It returns an error in case the set operation failed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.