]> Sergey Matveev's repositories - btrtrc.git/blobdiff - fs/filenode.go
Add doc comment for Torrent.BytesMissing
[btrtrc.git] / fs / filenode.go
index 8137a8cd875c0f765c1ffaae1832c9ea48c4c1e6..a7c03cc6aa9ca7d9c5554986319aa30d233de372 100644 (file)
@@ -3,8 +3,8 @@ package torrentfs
 import (
        "context"
 
-       "bazil.org/fuse"
-       fusefs "bazil.org/fuse/fs"
+       "github.com/anacrolix/fuse"
+       fusefs "github.com/anacrolix/fuse/fs"
 
        "github.com/anacrolix/torrent"
 )