Change package name back to joho/godotenv

This commit is contained in:
Andre Soares
2020-06-26 15:35:47 -03:00
parent 29b5be9cdc
commit 63ea8bf09b
5 changed files with 14 additions and 12 deletions

View File

@ -3,12 +3,12 @@ package autoload
/*
You can just read the .env file on import just by doing
import _ "github.com/mniak/godotenv/autoload"
import _ "github.com/joho/godotenv/autoload"
And bob's your mother's brother
*/
import "github.com/mniak/godotenv"
import "github.com/joho/godotenv"
func init() {
godotenv.Load()