Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalEnviron ¶
MarshalEnviron converts an env map to OS-like environ.
func MustSetenv ¶
func MustSetenv(key, value string)
MustSetenv is like os.Setenv, but panics on error.
func MustUnsetenv ¶
func MustUnsetenv(key string)
MustUnsetenv is like os.Unsetenv, but panics on error.
func UnmarshalEnviron ¶
UnmarshalEnviron converts an OS-like environ to env map.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.