1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-11-22 00:15:39 +00:00
File systems verification utility and library, in likeness of mtree(8)
Find a file
Vincent Batts 455edf6d21 *: loads of walking features
For the most part, all the keywords for a standard mtree spec now have a
function to produce the contents for a creator.

These are used in the "walk" function, and will be used next in the
"check" logic.

This is still a WIP, as the DirectoryHierarchy produced from the current
Walk() is not all-together a valid document.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2016-03-24 16:35:09 -04:00
cmd/gomtree *: initial thoughts 2016-03-10 16:15:55 -05:00
testdata *: initial thoughts 2016-03-10 16:15:55 -05:00
check.go *: loads of walking features 2016-03-24 16:35:09 -04:00
cksum.go *: loads of walking features 2016-03-24 16:35:09 -04:00
cksum_test.go *: loads of walking features 2016-03-24 16:35:09 -04:00
hierarchy.go *: parsing a spec to a Hierarchy struct 2016-03-11 15:58:18 -05:00
LICENSE LICENSE: adding a license 2016-03-24 16:34:58 -04:00
mtree_test.go *: parsing a spec to a Hierarchy struct 2016-03-11 15:58:18 -05:00
parse.go *: loads of walking features 2016-03-24 16:35:09 -04:00
walk.go *: loads of walking features 2016-03-24 16:35:09 -04:00
walk_linux.go *: loads of walking features 2016-03-24 16:35:09 -04:00
walk_test.go *: loads of walking features 2016-03-24 16:35:09 -04:00
walk_unsupported.go *: loads of walking features 2016-03-24 16:35:09 -04:00