From fe9839f81886c29a77fb1203017c5c428808b882 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 9 Jan 2018 23:12:01 +1100 Subject: [PATCH] sortimports --- fs/filenode.go | 3 ++- internal/testutil/spec.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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" ) -- 2.48.1