]> Sergey Matveev's repositories - btrtrc.git/blobdiff - metainfo/info_test.go
goimports -local
[btrtrc.git] / metainfo / info_test.go
index 603fe8007a57b1afc912c77edef6ee5669f91441..d65ac2f1ccade07c615a24e395ef7a2fe2f6fab2 100644 (file)
@@ -3,8 +3,9 @@ package metainfo
 import (
        "testing"
 
-       "github.com/anacrolix/torrent/bencode"
        "github.com/stretchr/testify/assert"
+
+       "github.com/anacrolix/torrent/bencode"
 )
 
 func TestMarshalInfo(t *testing.T) {