]> Sergey Matveev's repositories - btrtrc.git/blobdiff - tracker/http/http_test.go
gorond test files
[btrtrc.git] / tracker / http / http_test.go
index 7fd98a5d1bda74666c2d4b44c2d5954f1da7fe6e..4e5efaf5721c1e4fad9cc379e90c1f6aaef788e4 100644 (file)
@@ -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) {