From 3ec3656707964e287ea8f0ee4113513648028147 Mon Sep 17 00:00:00 2001 From: Oluwatosin Akande Date: Tue, 6 Feb 2024 05:44:28 +0100 Subject: [PATCH] update: Db update --- main.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/main.go b/main.go index 37fd9ab..cf26e7e 100644 --- a/main.go +++ b/main.go @@ -16,12 +16,7 @@ import ( func main() { - // // Load env - // if err := godotenv.Load(); err != nil { - // log.Fatal("Error loading .env file:", err) - // } - - // init Config for DB + // Init DB configs.InitDB() // Controllers