Versions in this module Expand all Collapse all v1 v1.0.1 Nov 21, 2024 v1.0.0 Oct 19, 2024 Changes in this version + func Indirect(value interface{}) interface + func IndirectVal(val reflect.Value) reflect.Value + func IsKindComplex(k reflect.Kind) bool + func IsKindFloat(k reflect.Kind) bool + func IsKindInt(k reflect.Kind) bool + func IsKindLength(k reflect.Kind) bool + func IsKindNillable(k reflect.Kind) bool + func IsKindNumeric(k reflect.Kind) bool + func IsKindUint(k reflect.Kind) bool + func Recover(f func() error) (err error)