1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Minor changes.

This commit is contained in:
Ferdinand Mütsch 2019-05-11 17:57:58 +02:00
parent b4c8e6ecb6
commit 959ce8ab11

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