]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Fix imports
authorMatt Joiner <anacrolix@gmail.com>
Wed, 25 Feb 2015 03:51:12 +0000 (14:51 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 25 Feb 2015 03:51:12 +0000 (14:51 +1100)
fs/torrentfs_test.go

index f6a3cef997b52d629a0dbbbbd0c6b2e1b2fc94e9..ea7daec74698788144e58a7e82afa4927fdc19c8 100644 (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"