]> Sergey Matveev's repositories - btrtrc.git/blobdiff - connection_test.go
Reorder some imports
[btrtrc.git] / connection_test.go
index 0b7f8e28940fcedf0b7654567aa2013a027ca2cd..22b76f01c2ecd38ea6733837cc47d7a6c8ec1128 100644 (file)
@@ -1,9 +1,10 @@
 package torrent
 
 import (
-       "bitbucket.org/anacrolix/go.torrent/peer_protocol"
        "testing"
        "time"
+
+       "bitbucket.org/anacrolix/go.torrent/peer_protocol"
 )
 
 func TestCancelRequestOptimized(t *testing.T) {