Documentation
¶
Overview ¶
Package env manages the loading of environment variables. Variables are first searched for in an in-memory stack, then in a file `env.yaml` in the current working directory, and finally in the OS.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns the value of the environment variable. It looks first in the in-memory stack, then in env.yaml file, and finally in the OS variables. Environment value keys are case-sensitive.
func Lookup ¶
Lookup returns the value of the environment variable. It looks first in the in-memory stack, then in env.yaml file, and finally in the OS variables. Environment value keys are case-sensitive.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.