X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=requesting_test.go;h=6c791a58c05994bd2375fb6fb3d2750ca5defac3;hb=044be4820fd437a4d13e5d6505808aeb6b2875aa;hp=5e58df5c9733329c2f50e45b76ebfe6941d045c7;hpb=0b6209062d730cbbda0bb66391089f5c2b0e8084;p=btrtrc.git diff --git a/requesting_test.go b/requesting_test.go index 5e58df5c..6c791a58 100644 --- a/requesting_test.go +++ b/requesting_test.go @@ -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) {