commit 8d58ad6
delthas
·
2023-12-27 14:01:47 +0000 UTC
parent 65237b8
Sort imports
3 files changed,
+8,
-5
M
app.go
+3,
-2
1@@ -13,11 +13,12 @@ import (
2 "unicode"
3 "unicode/utf8"
4
5- "git.sr.ht/~delthas/senpai/irc"
6- "git.sr.ht/~delthas/senpai/ui"
7 "github.com/gdamore/tcell/v2"
8 "golang.org/x/net/context"
9 "golang.org/x/net/proxy"
10+
11+ "git.sr.ht/~delthas/senpai/irc"
12+ "git.sr.ht/~delthas/senpai/ui"
13 )
14
15 const eventChanSize = 1024
+2,
-1
1@@ -12,8 +12,9 @@ import (
2 "syscall"
3 "time"
4
5- "git.sr.ht/~delthas/senpai"
6 "github.com/gdamore/tcell/v2"
7+
8+ "git.sr.ht/~delthas/senpai"
9 )
10
11 func main() {
+3,
-2
1@@ -9,11 +9,12 @@ import (
2 "strings"
3 "time"
4
5- "git.sr.ht/~delthas/senpai/irc"
6- "git.sr.ht/~delthas/senpai/ui"
7 "github.com/delthas/go-libnp"
8 "github.com/gdamore/tcell/v2"
9 "golang.org/x/net/context"
10+
11+ "git.sr.ht/~delthas/senpai/irc"
12+ "git.sr.ht/~delthas/senpai/ui"
13 )
14
15 var (