forked from coop-cloud-mirrors/godotenv
Change package name back to joho/godotenv
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user