From 0ce6a5fe517e3ec1f803464e9e28ac0dd9213cb0 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Wed, 25 Feb 2015 14:51:12 +1100 Subject: [PATCH] Fix imports --- fs/torrentfs_test.go | 2 ++ 1 file changed, 2 insertions(+) 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"