Documentation ¶ Index ¶ func GetEnv(key, fallback string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetEnv ¶ func GetEnv(key, fallback string) string GetEnv is a helper function that returns the value of an environment variable. If the environment variable is not set, it returns the default value as fallback. Types ¶ This section is empty. Source Files ¶ View all Source files utils.go Click to show internal directories. Click to hide internal directories.