Merge pull request #33 from crash7/go-report-card

Add Go Report Card badge and fix spelling error
This commit is contained in:
John Barton
2017-08-22 14:17:51 +10:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
//
// godotenv.Load()
//
// and all the env vars declared in .env will be avaiable through os.Getenv("SOME_ENV_VAR")
// and all the env vars declared in .env will be available through os.Getenv("SOME_ENV_VAR")
package godotenv
import (