From e98b71d8826fd5c12082f9c120b5f53743b36edb Mon Sep 17 00:00:00 2001 From: liuxiaolong <736321739@qq.com> Date: 星期一, 19 八月 2019 16:20:14 +0800 Subject: [PATCH] main --- agent.go | 2 +- db.go | 2 +- config.go | 2 +- dbself.go | 2 +- agent_test.go | 2 +- db_test.go | 2 +- searcher.go | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/agent.go b/agent.go index 78af264..6e8ffe7 100644 --- a/agent.go +++ b/agent.go @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package syncdb +package main import ( "context" diff --git a/agent_test.go b/agent_test.go index fbabde6..98e78fe 100644 --- a/agent_test.go +++ b/agent_test.go @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package syncdb +package main import ( "context" diff --git a/config.go b/config.go index 329d114..722fc62 100644 --- a/config.go +++ b/config.go @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package syncdb +package main import ( "fmt" diff --git a/db.go b/db.go index cce6d76..22c4961 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 syncdb +package main import ( "database/sql/driver" diff --git a/db_test.go b/db_test.go index 42a7da3..420de25 100644 --- a/db_test.go +++ b/db_test.go @@ -1,4 +1,4 @@ -package syncdb +package main import ( "encoding/json" diff --git a/dbself.go b/dbself.go index 70b7024..848eba7 100644 --- a/dbself.go +++ b/dbself.go @@ -1,4 +1,4 @@ -package syncdb +package main import ( "errors" diff --git a/searcher.go b/searcher.go index afd2daa..3757b3d 100644 --- a/searcher.go +++ b/searcher.go @@ -1,4 +1,4 @@ -package syncdb +package main import ( "encoding/json" -- Gitblit v1.8.0