Rename and implement int-able without quotes

This commit is contained in:
Andre Soares
2020-06-26 15:22:04 -03:00
parent d6ee6871f2
commit 29b5be9cdc
6 changed files with 22 additions and 13 deletions

View File

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