]> Sergey Matveev's repositories - btrtrc.git/blobdiff - fs/torrentfs_test.go
Use rogpeppe's sortimports to fix this goimports ordering madness
[btrtrc.git] / fs / torrentfs_test.go
index b5b7c6378555ba291f99b333c38462918c2ddba8..f45b7d8173052e84e0659237a2484cd1bbd89c7a 100644 (file)
@@ -14,19 +14,16 @@ import (
        "testing"
        "time"
 
-       "github.com/anacrolix/torrent/data"
-
+       "bazil.org/fuse"
+       fusefs "bazil.org/fuse/fs"
+       "github.com/anacrolix/libtorgo/metainfo"
        "golang.org/x/net/context"
 
        "github.com/anacrolix/torrent"
+       "github.com/anacrolix/torrent/data"
        "github.com/anacrolix/torrent/data/mmap"
        "github.com/anacrolix/torrent/internal/testutil"
        "github.com/anacrolix/torrent/util"
-
-       "github.com/anacrolix/libtorgo/metainfo"
-
-       "bazil.org/fuse"
-       fusefs "bazil.org/fuse/fs"
 )
 
 func TestTCPAddrString(t *testing.T) {