package
Version:
v0.0.0-...-74ba024
Opens a new window with list of versions in this module.
Published: May 7, 2022
License: BSD-3-Clause
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package dirhash defines hashes over directory trees.
- Variables
-
func DirFiles(dir, prefix string) ([]string, error)
-
func Hash1(files []string, open func(string) (io.ReadCloser, error)) (string, error)
-
func HashDir(dir, prefix string, hash Hash) (string, error)
-
func HashZip(zipfile string, hash Hash) (string, error)
-
type Hash
Source Files
¶
Click to show internal directories.
Click to hide internal directories.