From 328a2022e41a95c68f70c83d04fa3e43ead8bfeb Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期五, 18 九月 2020 19:39:15 +0800 Subject: [PATCH] save event to sql_sync_his --- db.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/db.go b/db.go index 5585515..cce6d76 100644 --- a/db.go +++ b/db.go @@ -1,6 +1,6 @@ // Package db exposes a lightweight abstraction over the SQLite code. // It performs some basic mapping of lower-level types to rqlite types. -package db +package syncdb import ( "database/sql/driver" -- Gitblit v1.8.0