Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env interface { Getenv(key string) string Setenv(key, value string) error LookupEnv(key string) (string, bool) Environ() []string }
Env interface allows us to substitute the system environment with other targets. See os package for definition of functions.
Click to show internal directories.
Click to hide internal directories.