X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=cmd%2Ftorrent-verify%2Fmain.go;h=0fbf02426f45a35bef04fe7c775ef7c561c35e2c;hb=41e2cd5b2142d7b92bfaa87625990ea7a0fa757e;hp=ae89b5f19a4b311798ec5fcdcff6204c89688040;hpb=08c403ea52153a22d6f599e03741fbfce4a0e492;p=btrtrc.git diff --git a/cmd/torrent-verify/main.go b/cmd/torrent-verify/main.go index ae89b5f1..0fbf0242 100644 --- a/cmd/torrent-verify/main.go +++ b/cmd/torrent-verify/main.go @@ -9,13 +9,12 @@ import ( "os" "path/filepath" - "github.com/anacrolix/torrent/storage" - "github.com/anacrolix/tagflag" "github.com/edsrzf/mmap-go" "github.com/anacrolix/torrent/metainfo" "github.com/anacrolix/torrent/mmap_span" + "github.com/anacrolix/torrent/storage" ) func mmapFile(name string) (mm storage.FileMapping, err error) {