Skip to content

Commit

Permalink
docs: v5 alert
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 25, 2019
1 parent fdc58c2 commit eaa3c66
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

A KISS way to deal with environment variables in Go.

## ⚠ Attention ⚠

Current master will be the next v5.0.0 version.
If you find a bug on v4 or earlier, open an issue first.
New features will only be added to v5.

## Example

A very basic example:
Expand Down Expand Up @@ -39,7 +33,7 @@ func main() {
if err := env.Parse(&cfg); err != nil {
fmt.Printf("%+v\n", err)
}

fmt.Printf("%+v\n", cfg)
}
```
Expand Down

0 comments on commit eaa3c66

Please sign in to comment.