From b962bbdd8895cf291cb1af876569cb74ac63920e Mon Sep 17 00:00:00 2001 From: Maximilian Date: Mon, 13 Feb 2023 22:28:11 -0600 Subject: [PATCH] Fix import order --- database/databaseConnection.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/database/databaseConnection.go b/database/databaseConnection.go index 853ecaa..7802000 100644 --- a/database/databaseConnection.go +++ b/database/databaseConnection.go @@ -4,9 +4,8 @@ import ( "GoWeb/app" "database/sql" "fmt" - "log" - _ "github.com/lib/pq" + "log" ) // ConnectDB returns a new database connection