]> Sergey Matveev's repositories - btrtrc.git/blobdiff - storage/sqlite/sqlite-storage_test.go
gorond
[btrtrc.git] / storage / sqlite / sqlite-storage_test.go
index 00ab449b92efda2696f0a6a57aec2ecd5439b80d..a566322d708b5d78075e983684f58d4f3d698ae1 100644 (file)
@@ -6,12 +6,13 @@ package sqliteStorage
 import (
        "errors"
        "fmt"
+       "path/filepath"
+       "testing"
+
        _ "github.com/anacrolix/envpprof"
        "github.com/anacrolix/squirrel"
        "github.com/dustin/go-humanize"
        qt "github.com/frankban/quicktest"
-       "path/filepath"
-       "testing"
 
        "github.com/anacrolix/torrent/storage"
        test_storage "github.com/anacrolix/torrent/storage/test"