That is a syntax lol.

pull/1/head
John Barton (joho) 2013-07-31 14:24:13 +10:00
parent 3d290e5fa8
commit 3f6d91c4c0
1 changed files with 2 additions and 2 deletions

View File

@ -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