Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radulucut committed May 19, 2023
1 parent 9fb635d commit a38f64e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

**A simple .env file loader for go(golang)**

- Overrides existing variables
- Does not trim spaces
- Does not support comments
![Test](https://github.com/radulucut/dotenv/actions/workflows/test.yml/badge.svg)

## Install

Expand Down Expand Up @@ -45,3 +43,9 @@ func main() {
// ...
}
```

### Notes:

- Overrides existing variables
- Does not trim spaces
- Does not support comments

0 comments on commit a38f64e

Please sign in to comment.