1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-15 11:19:11 +00:00

casync: adding a casync style mtree

This parses fine, but does not validate currently

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-12-13 14:20:29 -05:00
parent 005af4d18f
commit 144242ef1e
Signed by: vbatts
GPG key ID: 10937E57733F1362
3 changed files with 844 additions and 15 deletions

View file

@ -11,7 +11,7 @@ func TestWalk(t *testing.T) {
if err != nil {
t.Fatal(err)
}
numEntries = countTypes(dh)
numEntries := countTypes(dh)
fh, err := ioutil.TempFile("", "walk.")
if err != nil {