X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=tracker%2Fhttp%2Fhttp_test.go;h=4e5efaf5721c1e4fad9cc379e90c1f6aaef788e4;hb=044be4820fd437a4d13e5d6505808aeb6b2875aa;hp=7fd98a5d1bda74666c2d4b44c2d5954f1da7fe6e;hpb=0b6209062d730cbbda0bb66391089f5c2b0e8084;p=btrtrc.git diff --git a/tracker/http/http_test.go b/tracker/http/http_test.go index 7fd98a5d..4e5efaf5 100644 --- a/tracker/http/http_test.go +++ b/tracker/http/http_test.go @@ -4,11 +4,12 @@ import ( "net/url" "testing" - "github.com/anacrolix/torrent/bencode" - "github.com/anacrolix/torrent/tracker/udp" qt "github.com/frankban/quicktest" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + + "github.com/anacrolix/torrent/bencode" + "github.com/anacrolix/torrent/tracker/udp" ) func TestUnmarshalHTTPResponsePeerDicts(t *testing.T) {