You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importing autoload will build it even tho its not used but it will at least execute the init function. Meanwhile the "init" function already does godotenv.Load(). so why are you importing autoload and doing that at the same time? Shouldn't you stick to ONLY one of these?
The text was updated successfully, but these errors were encountered:
yeah it probably should be one or the other, can't remember why but I think it was load order. experiment with removing one and seeing if the app still works properly
web/server/main.go
Line 15 in 3eac1c3
importing
autoload
will build it even tho its not used but it will at least execute theinit
function. Meanwhile the "init" function already doesgodotenv.Load()
. so why are you importing autoload and doing that at the same time? Shouldn't you stick to ONLY one of these?The text was updated successfully, but these errors were encountered: