mirror of
https://github.com/joho/godotenv.git
synced 2025-05-31 11:42:15 +00:00
That is a syntax lol.
This commit is contained in:
parent
3d290e5fa8
commit
3f6d91c4c0
@ -43,8 +43,8 @@ secretKey := os.Getenv("SECRET_KEY")
|
||||
While `.env` in the project root is the default, you don't have to be constrained
|
||||
|
||||
```go
|
||||
_ := godotenv.Load("somerandomfile")
|
||||
_ := godotenv.Load("filenumberone.env", "filenumbertwo.env")
|
||||
_ = godotenv.Load("somerandomfile")
|
||||
_ = godotenv.Load("filenumberone.env", "filenumbertwo.env")
|
||||
```
|
||||
|
||||
Are all valid options
|
||||
|
Loading…
x
Reference in New Issue
Block a user