Skip to content

Commit 60b5226

Browse files
committed
docs: broken link
closes #230 Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
1 parent 1917ee3 commit 60b5226

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,10 @@ to the `env.ParseWithFuncs()` function.
105105
In addition to accepting a struct pointer (same as `Parse()`), this function
106106
also 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-
111108
If 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)
118112
for more info.
119113

120114
### A note about `TextUnmarshaler` and `time.Time`

0 commit comments

Comments
 (0)