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

*: cleaner Parent handling

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-03-18 16:30:54 -04:00
parent 3b6cb6e117
commit a05d8ebbbd
4 changed files with 47 additions and 10 deletions

View file

@ -2,7 +2,6 @@ package mtree
import (
"io/ioutil"
"log"
"testing"
)
@ -12,7 +11,7 @@ func TestWalk(t *testing.T) {
t.Fatal(err)
}
log.Fatalf("%#v", dh)
//log.Fatalf("%#v", dh)
fh, err := ioutil.TempFile("", "walk.")
if err != nil {