Minor changes.

This commit is contained in:
Ferdinand Mütsch 2019-05-11 17:57:58 +02:00
parent b4c8e6ecb6
commit 959ce8ab11
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ import (
)
func readConfig() models.Config {
err := godotenv.Load()
if err != nil {
if err := godotenv.Load(); err != nil {
log.Fatal(err)
}