Versions in this module Expand all Collapse all v7 v7.0.0 May 23, 2020 Changes in this version + var ENVProvider = os.LookupEnv + var ErrNotAStructPtr = errors.New("env: expected a pointer to a Struct") + func Parse(v interface{}, providers ...Provider) error + func ParseWithFuncs(v interface{}, funcMap map[reflect.Type]ParserFunc, providers ...Provider) error + type ParserFunc func(v string) (interface{}, error) + type Provider func(key string) (string, bool) Other modules containing this package github.com/taygius/gocfg