ghost in the piano

This commit is contained in:
Mark Bates 2019-10-15 17:51:36 -04:00
parent b7e0b2c1bb
commit 723a442cfa
1 changed files with 2 additions and 0 deletions

View File

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