Skip to content

Commit

Permalink
docs: caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 27, 2023
1 parent 91e69e8 commit 65ba2db
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,14 @@ $ PRODUCTION=true HOSTS="host1:host2:host3" DURATION=1s go run main.go
{Home:/your/home Port:3000 IsProduction:true Hosts:[host1 host2 host3] Duration:1s}
```

## Caveats

> **Warning**
>
> _Unexported fields_ are **ignored** by `env`.
> **This is important!**
- _Unexported fields_ are **ignored**


## Supported types and defaults

Expand Down

0 comments on commit 65ba2db

Please sign in to comment.