package dirhash
import "github.com/rogpeppe/go-internal/dirhash"
Package dirhash is a thin forwarding layer on top of golang.org/x/mod/sumdb/dirhash. See that package for documentation.
Deprecated: use golang.org/x/mod/sumdb/dirhash instead.
Index ¶
- 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
Variables ¶
Functions ¶
func DirFiles ¶
func Hash1 ¶
func HashDir ¶
func HashZip ¶
Types ¶
type Hash ¶
Source Files ¶
- Version
- v1.13.0
- Published
- Sep 20, 2024
- Platform
- darwin/amd64
- Imports
- 2 packages
- Last checked
- 2 hours ago –
Tools for package owners.