Documentation
¶
Overview ¶
Package hash provides file and directory hashing utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrFileOpen indicates failure to open file for hashing. ErrFileOpen = errors.New("failed to open file") // ErrFileRead indicates failure to read file content. ErrFileRead = errors.New("failed to read file content") // ErrFileStat indicates failure to stat file or directory. ErrFileStat = errors.New("failed to stat path") // ErrPathRelative indicates failure to compute relative path. ErrPathRelative = errors.New("failed to compute relative path") // ErrDirectoryWalk indicates failure while walking directory tree. ErrDirectoryWalk = errors.New("failed to walk directory tree") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.