Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrIsDir = errors.New("this dag node is a directory") ErrCantReadSymlinks = errors.New("cannot currently read symlinks") ErrUnkownNodeType = errors.New("unknown node type") ErrSeekNotSupported = errors.New("file does not support seeking") )
Common errors
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.