]> Sergey Matveev's repositories - btrtrc.git/blobdiff - metainfo/magnet_test.go
Announce to both v1 and v2 swarms
[btrtrc.git] / metainfo / magnet_test.go
index ba13ac885700af88f619d5449b86abc2d5c3ac39..2547509894f1b7e75b900794505139549054ef48 100644 (file)
@@ -2,10 +2,10 @@ package metainfo
 
 import (
        "encoding/hex"
-       "github.com/davecgh/go-spew/spew"
-       qt "github.com/frankban/quicktest"
        "testing"
 
+       "github.com/davecgh/go-spew/spew"
+       qt "github.com/frankban/quicktest"
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
 )