pull/115/head
adombeck 2020-09-04 23:35:59 +02:00 committed by GitHub
parent d6ee6871f2
commit bc7d5cd181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -110,9 +110,9 @@ content := getRemoteFileContent()
myEnv, err := godotenv.Unmarshal(content)
```
### Precendence & Conventions
### Precedence & Conventions
Existing envs take precendence of envs that are loaded later.
Existing envs take precedence of envs that are loaded later.
The [convention](https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)
for managing multiple environments (i.e. development, test, production)