From 73ad0664a8f99cfbf48560ec28f31e69a680eb7e Mon Sep 17 00:00:00 2001 From: jason Date: Wed, 17 Mar 2021 16:49:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/xorm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/xorm.go b/db/xorm.go index 2240f5e..5f4a72d 100644 --- a/db/xorm.go +++ b/db/xorm.go @@ -5,9 +5,9 @@ import ( _ "github.com/go-sql-driver/mysql" _ "github.com/lib/pq" _ "github.com/mattn/go-sqlite3" - "log" "iot-master/conf" "iot-master/model" + "log" "xorm.io/xorm" ) -- GitLab