]> Sergey Matveev's repositories - btrtrc.git/blobdiff - requesting_test.go
gorond test files
[btrtrc.git] / requesting_test.go
index 5e58df5c9733329c2f50e45b76ebfe6941d045c7..6c791a58c05994bd2375fb6fb3d2750ca5defac3 100644 (file)
@@ -3,9 +3,10 @@ package torrent
 import (
        "testing"
 
-       pp "github.com/anacrolix/torrent/peer_protocol"
        "github.com/bradfitz/iter"
        qt "github.com/frankban/quicktest"
+
+       pp "github.com/anacrolix/torrent/peer_protocol"
 )
 
 func keysAsSlice(m map[Request]struct{}) (sl []Request) {