Documentation
¶
Index ¶
- Constants
- func Add(envMap map[string]string, overload bool)
- func Get(key string) string
- func GetBool(key string) bool
- func GetFloat(key string) float64
- func GetInt(key string) int
- func Load(filename string, overload bool) error
- func MustParseEnv(data string) map[string]string
- func ParseEnv(data string) (map[string]string, error)
- type Env
Constants ¶
View Source
const LINE = `` /* 419-byte string literal not displayed */
LINE is the regexp matching a single line
Variables ¶
This section is empty.
Functions ¶
func MustParseEnv ¶
MustParseEnv works the same as Parse but panics on error
Types ¶
Click to show internal directories.
Click to hide internal directories.