]> Sergey Matveev's repositories - btrtrc.git/blobdiff - fs/torrentfs_test.go
goimports -local
[btrtrc.git] / fs / torrentfs_test.go
index 55fd7c97ccc647cba7b3dca23206184a5f961b1f..3c152cbf93257d372b5883b1ec78442aaef96318 100644 (file)
@@ -17,12 +17,13 @@ import (
        fusefs "bazil.org/fuse/fs"
        _ "github.com/anacrolix/envpprof"
        "github.com/anacrolix/missinggo"
+       "github.com/stretchr/testify/assert"
+       "github.com/stretchr/testify/require"
+
        "github.com/anacrolix/torrent"
        "github.com/anacrolix/torrent/internal/testutil"
        "github.com/anacrolix/torrent/metainfo"
        "github.com/anacrolix/torrent/storage"
-       "github.com/stretchr/testify/assert"
-       "github.com/stretchr/testify/require"
 )
 
 func init() {