mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-05 00:15:58 +00:00
File systems verification utility and library, in likeness of mtree(8)
Vincent Batts
3b6cb6e117
Setting up sibling and parent relationships for entries, so they can be easier to walk. Also, making "keyword=value" easier to parse. This helps filtering. Both of these ready us for checking/validating a hierarchy. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> |
||
---|---|---|
cmd/gomtree | ||
testdata | ||
xattr | ||
check.go | ||
cksum.go | ||
cksum_test.go | ||
hierarchy.go | ||
keywords.go | ||
keywords_linux.go | ||
keywords_unsupported.go | ||
LICENSE | ||
mtree_test.go | ||
parse.go | ||
walk.go | ||
walk_test.go |