Documentation ¶
Overview ¶
Package env contains a wrapper around the environment, making it easier to write code and tests that use environment variables.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
Env represents the environment
func NewFromKVList ¶
NewFromKVList builds and returns an Env using a provided list of string in the form "key=value"
Click to show internal directories.
Click to hide internal directories.