结构调整

This commit is contained in:
Shikong 2023-07-15 23:29:59 +08:00
parent 5ec921bf41
commit fe4becce91

View File

@ -52,6 +52,6 @@ func TestScanDir(t *testing.T) {
for _, entry := range data {
str, _ := jsonutil.Encode(entry)
fmt.Printf("%+v\n", str)
fmt.Printf("%s\n", str)
}
}