测试demo调整

This commit is contained in:
hoteas
2021-05-22 04:52:03 +08:00
parent 91dc207a78
commit babf6595ee
4 changed files with 17 additions and 16 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
package db
import (
"code.hoteas.com/golang/hotime"
"code.hoteas.com/golang/hotime/tools/mysql"
"code.hoteas.com/golang/hotime/tools/sqlite"
"../../../hotime"
"../mysql"
"../sqlite"
"strings"
)