소스 검색

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…
취소
저장