blob: fbcd2bdf8e94f6441bc190ef8f145610c23be6da [file] [log] [blame]
package autoload
/*
You can just read the .env file on import just by doing
import _ "github.com/joho/godotenv/autoload"
And bob's your mother's brother
*/
import "github.com/joho/godotenv"
func init() {
godotenv.Load()
}