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
|
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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue