Documentation
¶
Overview ¶
Package env implements environment related functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func First ¶ added in v0.0.251
func First(keys ...string) string
First is shorthand for FirstOrDefault("", keys...).
func FirstOrDefault ¶ added in v0.0.251
func FirstOrDefault(def string, keys ...string) string
FirstOrDefault retrieves the value of the first present environment variable named by the keys. In case no variable is present, FirstOrDefault returns def.
func IsCI ¶
func IsCI() bool
IsCI reports whether the environment is a CI one.
Based on https://github.com/watson/ci-info/blob/c4f1553f254c78babef5c200c48569ede313b718/index.js
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.