Skip to content

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Sep 26, 2021
1 parent 78ebf39 commit bc23211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import (
"github.com/wdvxdr1123/ZeroBot/extension"
"github.com/wdvxdr1123/ZeroBot/message"

. "github.com/FloatTech/ZeroBot-Plugin/data"
"github.com/FloatTech/ZeroBot-Plugin/data"
)

var (
db = &Sqlite{DBPath: "data/control/plugins.db"}
db = &data.Sqlite{DBPath: "data/control/plugins.db"}
// managers 每个插件对应的管理
managers = map[string]*Control{}
mu = sync.RWMutex{}
Expand Down

0 comments on commit bc23211

Please sign in to comment.