Registry / utility / vbatts-go-mtree

vbatts-go-mtree

JSON →
library0.7.0gogounverified

A Go implementation of the mtree utility for verifying file hierarchy integrity.

go get github.com/vbatts/go-mtree
INSTALL
IMPORT
SIG · VBATTS-GO-MTREE
V
vbatts-go-mtree
utilitygov0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mtree
github.com/vbatts/go-mtree

Creates a directory hierarchy and prints the root hash.

package main import ( "fmt" "github.com/vbatts/go-mtree" ) func main() { dh, _ := mtree.DirectoryHierarchy("./") fmt.Printf("Root hash: %x\n", dh.Root.Hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
vbatts-go-mtree — go get vbatts-go-mtree · libregistry