Skip to content

Commit a38f64e

Browse files
committed
Update README.md
1 parent 9fb635d commit a38f64e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

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

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

97
## Install
108

@@ -45,3 +43,9 @@ func main() {
4543
// ...
4644
}
4745
```
46+
47+
### Notes:
48+
49+
- Overrides existing variables
50+
- Does not trim spaces
51+
- Does not support comments

0 commit comments

Comments
 (0)