Versions in this module Expand all Collapse all v1 v1.0.1 Nov 19, 2019 Changes in this version + var ErrNotPointer = errors.New("dst is not a pointer") + func Parse(dst interface{}) error + func Unmarshal(dst interface{}, sources ...Source) error + type Source func(interface{}) error + func Defaults() Source + func Flags() Source + func JSON(f *string) Source + func YAML(f *string) Source + func YAMLFlag(name, value, help string) Source