Documentation ¶ Index ¶ func Getenv(key string, aliases ...string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Getenv ¶ func Getenv(key string, aliases ...string) string Getenv retrieves the value of the environment variable named by the key. If that variable is not present, it iterates over the given aliases until it finds one that is. If none are present, the empty string is returned. Types ¶ This section is empty. Source Files ¶ View all Source files util.go Click to show internal directories. Click to hide internal directories.