]> Sergey Matveev's repositories - btrtrc.git/blobdiff - test/transfer_test.go
gorond test files
[btrtrc.git] / test / transfer_test.go
index fa159326a908f9526a1a730e45296adfe82d18ce..a008d26f4a9424599d48cd6ab493c23c10e9a4dd 100644 (file)
@@ -10,14 +10,14 @@ import (
        "time"
 
        "github.com/anacrolix/missinggo/v2/filecache"
-       "github.com/anacrolix/torrent"
-       "github.com/anacrolix/torrent/internal/testutil"
-       "github.com/anacrolix/torrent/storage"
        qt "github.com/frankban/quicktest"
-       "golang.org/x/time/rate"
-
        "github.com/stretchr/testify/assert"
        "github.com/stretchr/testify/require"
+       "golang.org/x/time/rate"
+
+       "github.com/anacrolix/torrent"
+       "github.com/anacrolix/torrent/internal/testutil"
+       "github.com/anacrolix/torrent/storage"
 )
 
 type fileCacheClientStorageFactoryParams struct {