]> Sergey Matveev's repositories - btrtrc.git/blobdiff - client.go
Use rogpeppe's sortimports to fix this goimports ordering madness
[btrtrc.git] / client.go
index 50fe4691a49afa2ff88fe28ed1cd8eec3286f8fa..5c49565cadfc47ab7f4c4adf3ca5d479971a83a1 100644 (file)
--- a/client.go
+++ b/client.go
@@ -38,24 +38,23 @@ import (
        "syscall"
        "time"
 
-       "github.com/bradfitz/iter"
-
-       "github.com/anacrolix/torrent/mse"
-
        "github.com/anacrolix/libtorgo/bencode"
        "github.com/anacrolix/libtorgo/metainfo"
        "github.com/anacrolix/sync"
+       "github.com/anacrolix/utp"
+       "github.com/bradfitz/iter"
+
        "github.com/anacrolix/torrent/data"
        filePkg "github.com/anacrolix/torrent/data/file"
        "github.com/anacrolix/torrent/dht"
        "github.com/anacrolix/torrent/internal/pieceordering"
        "github.com/anacrolix/torrent/iplist"
        "github.com/anacrolix/torrent/logonce"
+       "github.com/anacrolix/torrent/mse"
        pp "github.com/anacrolix/torrent/peer_protocol"
        "github.com/anacrolix/torrent/tracker"
        _ "github.com/anacrolix/torrent/tracker/udp"
        . "github.com/anacrolix/torrent/util"
-       "github.com/anacrolix/utp"
 )
 
 var (