Documentation ¶ Index ¶ func Get(key, fallback string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Get ¶ func Get(key, fallback string) string Get retrieves the value of the environment variable named by the key. If the variable is present in the environment the value (which may be empty) is returned. Otherwise the returned value will be the fallback value. Types ¶ This section is empty. Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.