mirror of https://github.com/markbates/pkger.git
ghost in the piano
This commit is contained in:
parent
b7e0b2c1bb
commit
723a442cfa
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue