]> Sergey Matveev's repositories - btrtrc.git/blobdiff - dht/dht.go
Apply sortimports
[btrtrc.git] / dht / dht.go
index f014e7c14c14bc7843bd4d34755d8c38f3b354b6..deb45e79449afb6cbb22bee2b96cd37b350600a0 100644 (file)
@@ -19,9 +19,9 @@ import (
        "os"
        "time"
 
-       "github.com/anacrolix/torrent/bencode"
        "github.com/anacrolix/sync"
 
+       "github.com/anacrolix/torrent/bencode"
        "github.com/anacrolix/torrent/iplist"
        "github.com/anacrolix/torrent/logonce"
        "github.com/anacrolix/torrent/util"