Commit d561f32b authored by Jeromy's avatar Jeromy

rework add-mfs to not use caching

License: MIT
Signed-off-by: default avatarJeromy <why@ipfs.io>
parent 4d071e23
......@@ -15,6 +15,7 @@ const (
TFile = pb.Data_File
TDirectory = pb.Data_Directory
TMetadata = pb.Data_Metadata
TSymlink = pb.Data_Symlink
)
var ErrMalformedFileFormat = errors.New("malformed data in file format")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment