]> Sergey Matveev's repositories - btrtrc.git/blobdiff - tracker/http_test.go
goimports -local
[btrtrc.git] / tracker / http_test.go
index 1defeb8526aeee08ece2b25cc5d858a3ca72f528..c90a35ef5e11b362dab3afad799f994472e95cb2 100644 (file)
@@ -3,9 +3,10 @@ package tracker
 import (
        "testing"
 
-       "github.com/anacrolix/torrent/bencode"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
+
+       "github.com/anacrolix/torrent/bencode"
 )
 
 var defaultHTTPUserAgent = "Go-Torrent"