]> Sergey Matveev's repositories - btrtrc.git/blobdiff - storage/sqlite/sqlite-storage_test.go
gorond test files
[btrtrc.git] / storage / sqlite / sqlite-storage_test.go
index 390c68f47e18ec80c346ff9655819a8559bd89a4..d2f16af7ee0449911b3cb0ea855243d64244f14c 100644 (file)
@@ -12,11 +12,12 @@ import (
 
        _ "github.com/anacrolix/envpprof"
        "github.com/anacrolix/squirrel"
+       "github.com/dustin/go-humanize"
+       qt "github.com/frankban/quicktest"
+
        "github.com/anacrolix/torrent/storage"
        test_storage "github.com/anacrolix/torrent/storage/test"
        "github.com/anacrolix/torrent/test"
-       "github.com/dustin/go-humanize"
-       qt "github.com/frankban/quicktest"
 )
 
 func TestLeecherStorage(t *testing.T) {