瀏覽代碼

reorder imports

tags/v2.9.0-rc1
Shivaram Lingamneni 2 年之前
父節點
當前提交
eef9753912
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      irc/accounts.go

+ 1
- 1
irc/accounts.go 查看文件

@@ -16,6 +16,7 @@ import (
16 16
 	"unicode"
17 17
 
18 18
 	"github.com/ergochat/irc-go/ircutils"
19
+	"github.com/tidwall/buntdb"
19 20
 	"github.com/xdg-go/scram"
20 21
 
21 22
 	"github.com/ergochat/ergo/irc/connection_limits"
@@ -24,7 +25,6 @@ import (
24 25
 	"github.com/ergochat/ergo/irc/modes"
25 26
 	"github.com/ergochat/ergo/irc/passwd"
26 27
 	"github.com/ergochat/ergo/irc/utils"
27
-	"github.com/tidwall/buntdb"
28 28
 )
29 29
 
30 30
 const (

Loading…
取消
儲存