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:
parent
005af4d18f
commit
144242ef1e
3 changed files with 844 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue