Cory Thompson

Results 1 comments of Cory Thompson

This works for me: ```go err := godotenv.Load() if os.IsNotExist(err) { log.Fatalf(".env does not exist") } ```