File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,16 +105,10 @@ to the `env.ParseWithFuncs()` function.
105105In addition to accepting a struct pointer (same as ` Parse() ` ), this function
106106also accepts a ` map[reflect.Type]env.ParserFunc ` .
107107
108- ` env ` also ships with some pre-built custom parser funcs for common types. You
109- can check them out [ here] ( parsers/ ) .
110-
111108If you add a custom parser for, say ` Foo ` , it will also be used to parse
112109` *Foo ` and ` []Foo ` types.
113110
114- This directory contains pre-built, custom parsers that can be used with ` env.ParseWithFuncs `
115- to facilitate the parsing of envs that are not basic types.
116-
117- Check the example in the [ go doc] ( http://godoc.org/github.com/caarlos0/env )
111+ Check the examples in the [ go doc] ( http://pkg.go.dev/github.com/caarlos0/env/v6 )
118112for more info.
119113
120114### A note about ` TextUnmarshaler ` and ` time.Time `
You can’t perform that action at this time.
0 commit comments