Fix imports

This commit is contained in:
Matt Joiner 2015-02-25 14:51:12 +11:00
parent 96f8270bb9
commit 0ce6a5fe51
1 changed files with 2 additions and 0 deletions

View File

@ -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"