Skip to content

Commit

Permalink
docs: broken link
Browse files Browse the repository at this point in the history
closes #230

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jul 19, 2022
1 parent 1917ee3 commit 60b5226
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -105,16 +105,10 @@ to the `env.ParseWithFuncs()` function.
In addition to accepting a struct pointer (same as `Parse()`), this function
also accepts a `map[reflect.Type]env.ParserFunc`.

`env` also ships with some pre-built custom parser funcs for common types. You
can check them out [here](parsers/).

If you add a custom parser for, say `Foo`, it will also be used to parse
`*Foo` and `[]Foo` types.

This directory contains pre-built, custom parsers that can be used with `env.ParseWithFuncs`
to facilitate the parsing of envs that are not basic types.

Check the example in the [go doc](http://godoc.org/github.com/caarlos0/env)
Check the examples in the [go doc](http://pkg.go.dev/github.com/caarlos0/env/v6)
for more info.

### A note about `TextUnmarshaler` and `time.Time`
Expand Down

0 comments on commit 60b5226

Please sign in to comment.