Versions in this module Expand all Collapse all v1 v1.0.1 Mar 25, 2022 Changes in this version + const BackSlash + const FwdSlash + const Header + const UncPath + const WinOS + var ErrChecksumLen = errors.New("hexadecimal value is invalid") + var ErrFileNoDesc = errors.New("no file descriptor") + var ErrImportFile = errors.New("not a valid dupers export file") + var ErrImportPath = errors.New("import item has an invalid file path") + var ErrImportSyntax = errors.New("import item has incorrect syntax") + func Bucket(header string) string + func Checker(file *os.File) error + func Checksum(s string) ([32]byte, error) + func Import(line, bucket string) (sum [32]byte, path string, err error) + func PathPosix(src string) string + func PathWindows(src string) string + type Filepath string