Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileHasher ¶
func (*FileHasher) Md5 ¶
func (h *FileHasher) Md5(path string) ([]byte, error)
Return the md5sum for a normal file.
func (*FileHasher) Md5dir ¶
func (h *FileHasher) Md5dir(path string) ([]byte, error)
Return the md5sum for a directory.
Click to show internal directories.
Click to hide internal directories.