From 86341ab9e3d7eda30fbb4df2a77b9419a89f97c1 Mon Sep 17 00:00:00 2001 From: chenshijun <csj_sky@126.com> Date: 星期五, 02 八月 2019 17:14:27 +0800 Subject: [PATCH] 添加基础业务处理接口 --- 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