From 052fe5fb54c324c297771f5e810be7b279287abc Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期四, 22 十月 2020 16:34:43 +0800 Subject: [PATCH] add SyncVirtualIp --- 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