Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnableToUntarType = errors.New("unable to untar type") ErrCannotBeNegative = errors.New("mode cannot be negative") ErrCannotBeGreaterThanMaxUInt32 = errors.New("mode cannot be greater than max uint32") )
View Source
var MemFactory = func() (billy.Filesystem, error) { return memfs.New(), nil }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.