From 8819911f0b5289294fc764aba18544f96358a47c Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期六, 19 九月 2020 10:58:41 +0800 Subject: [PATCH] fix logSql has ' --- db_test.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/db_test.go b/db_test.go index 01ace9a..42a7da3 100644 --- a/db_test.go +++ b/db_test.go @@ -1,4 +1,4 @@ -package db +package syncdb import ( "encoding/json" -- Gitblit v1.8.0