Add Go Report Card badge and fix spelling error

This commit is contained in:
Christian Musa
2017-07-14 21:33:04 -03:00
parent 3ddb2792f3
commit 12b7e03247
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 (