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/"