0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 11:32:45 +02:00
wp-docker-buildx/vendor/github.com/joho/godotenv/autoload/autoload.go
2016-05-03 16:17:16 -07:00

16 lines
232 B
Go

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()
}