Versions in this module Expand all Collapse all v0 v0.0.24 Jul 4, 2023 v0.0.23 Jun 29, 2023 Changes in this version + func Bool(key string, def ...bool) bool + func Duration(key string, def ...time.Duration) time.Duration + func Float32(key string, def ...float32) float32 + func Float64(key string, def ...float64) float64 + func Has(key string) bool + func Int(key string, def ...int) int + func Int16(key string, def ...int16) int16 + func Int32(key string, def ...int32) int32 + func Int64(key string, def ...int64) int64 + func Int8(key string, def ...int8) int8 + func String(key string, def ...string) string + func Uint(key string, def ...uint) uint + func Uint16(key string, def ...uint16) uint16 + func Uint32(key string, def ...uint32) uint32 + func Uint64(key string, def ...uint64) uint64 + func Uint8(key string, def ...uint8) uint8 Other modules containing this package github.com/dobyte/due/v2