Remove starting msg, start .env notice with uppercase

This commit is contained in:
Danny van Kooten 2017-01-09 19:52:41 +01:00
parent 4cd4bf3c19
commit 5173f3c863
1 changed files with 1 additions and 3 deletions

4
ana.go
View File

@ -11,12 +11,10 @@ import (
)
func main() {
log.Println("starting...")
// load .env file
err := godotenv.Load()
if err != nil {
log.Println("no .env file found")
log.Println("No .env file found")
}
// setup database connection