From: Matt Joiner Date: Tue, 9 Jan 2018 12:12:01 +0000 (+1100) Subject: sortimports X-Git-Tag: v1.0.0~285 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=fe9839f81886c29a77fb1203017c5c428808b882;p=btrtrc.git sortimports --- diff --git a/fs/filenode.go b/fs/filenode.go index d0e4fe3f..7d6555af 100644 --- a/fs/filenode.go +++ b/fs/filenode.go @@ -3,8 +3,9 @@ package torrentfs import ( "bazil.org/fuse" fusefs "bazil.org/fuse/fs" - "github.com/anacrolix/torrent" "golang.org/x/net/context" + + "github.com/anacrolix/torrent" ) type fileNode struct { diff --git a/internal/testutil/spec.go b/internal/testutil/spec.go index c3e5cd88..63c909a4 100644 --- a/internal/testutil/spec.go +++ b/internal/testutil/spec.go @@ -6,6 +6,7 @@ import ( "strings" "github.com/anacrolix/missinggo/assert" + "github.com/anacrolix/torrent/bencode" "github.com/anacrolix/torrent/metainfo" )