From 3df0414621550b60f3b6db5858757ff7fb6df2a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 07:43:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_jandan/data.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin_jandan/data.go b/plugin_jandan/data.go index 892600ad..ec29b142 100644 --- a/plugin_jandan/data.go +++ b/plugin_jandan/data.go @@ -4,11 +4,12 @@ import ( "os" "sync" - "github.com/FloatTech/ZeroBot-Plugin/order" "github.com/FloatTech/zbputils/file" "github.com/FloatTech/zbputils/process" "github.com/FloatTech/zbputils/sql" log "github.com/sirupsen/logrus" + + "github.com/FloatTech/ZeroBot-Plugin/order" ) const dbpath = "data/Jandan/"