Documentation
¶
Index ¶
- Variables
- func Env(k string, def ...string) string
- func EnvB(k string, def bool) bool
- func EnvF64(k string, def float64) float64
- func EnvI(k string, def int) int
- func EnvI64(k string, def int64) int64
- func From() map[string]string
- func GetUsage() map[string][]byte
- func Load()
- func Must(k string) string
- func MustB(k string) bool
- func MustF64(k string) float64
- func MustI(k string) int
- func MustI64(k string) int64
Constants ¶
This section is empty.
Variables ¶
View Source
var OnVar func(k string, v string) = func(k string, v string) {
}
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.