]> Sergey Matveev's repositories - btrtrc.git/blobdiff - cmd/torrent-verify/main.go
gorond
[btrtrc.git] / cmd / torrent-verify / main.go
index ae89b5f19a4b311798ec5fcdcff6204c89688040..0fbf02426f45a35bef04fe7c775ef7c561c35e2c 100644 (file)
@@ -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) {