Documentation ¶ Index ¶ func GetArray(key string, separator string, defaultValue []string) []string func GetFloat(key string, defaultValue float64) float64 func GetInt(key string, defaultValue int64) int64 func GetString(key string, defaultValue string) string func IsDev() bool func IsProd() bool func IsTest() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetArray ¶ func GetArray(key string, separator string, defaultValue []string) []string func GetFloat ¶ func GetFloat(key string, defaultValue float64) float64 func GetInt ¶ func GetInt(key string, defaultValue int64) int64 func GetString ¶ func GetString(key string, defaultValue string) string func IsDev ¶ func IsDev() bool func IsProd ¶ func IsProd() bool func IsTest ¶ func IsTest() bool Types ¶ This section is empty. Source Files ¶ View all Source files env.go Click to show internal directories. Click to hide internal directories.