diff --git a/pkger_test.go b/pkger_test.go index fabcf3f..851b3ef 100644 --- a/pkger_test.go +++ b/pkger_test.go @@ -1,6 +1,7 @@ package pkger import ( + "fmt" "os" "path/filepath" "testing" @@ -105,6 +106,7 @@ func Test_Walk(t *testing.T) { }) r.NoError(err) + fmt.Println(">>>TODO pkger_test.go:108: files ", files) r.True(len(files) > 10) }