From: Matt Joiner Date: Wed, 25 Feb 2015 03:51:12 +0000 (+1100) Subject: Fix imports X-Git-Tag: v1.0.0~1319 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0ce6a5fe517e3ec1f803464e9e28ac0dd9213cb0;p=btrtrc.git Fix imports --- diff --git a/fs/torrentfs_test.go b/fs/torrentfs_test.go index f6a3cef9..ea7daec7 100644 --- a/fs/torrentfs_test.go +++ b/fs/torrentfs_test.go @@ -17,8 +17,10 @@ import ( "golang.org/x/net/context" "bitbucket.org/anacrolix/go.torrent" + "bitbucket.org/anacrolix/go.torrent/data/mmap" "bitbucket.org/anacrolix/go.torrent/testutil" "bitbucket.org/anacrolix/go.torrent/util" + "github.com/anacrolix/libtorgo/metainfo" "bazil.org/fuse"