package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Functions

Join creates an environment variable definition for the supplied key/value.
New instantiates a new Env instance from the supplied set of environment KEY=VALUE strings using LoadSlice.
Split splits the supplied environment variable value into a key/value pair.
System returns an Env instance instantiated with the current os.Environ values.
SystemIsCaseInsensitive returns true if the local operating system treats environment variable keys in a case-insensitive manner.

# Structs

Env contains system environment variables.