From b0d0bee061c054106307afda1ed84ba759217221 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sun, 23 Feb 2025 04:23:57 +0800 Subject: [PATCH] test --- backend/database/db.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/database/db.go b/backend/database/db.go index 4edcef3..b30e1ea 100644 --- a/backend/database/db.go +++ b/backend/database/db.go @@ -6,7 +6,6 @@ import ( "log" _ "github.com/go-sql-driver/mysql" - _ "modernc.org/sqlite" "aimodels-prices/config" "aimodels-prices/models"