Files
gf/.example/os/gres/gres.go
2019-08-14 22:03:52 +08:00

13 lines
211 B
Go

package main
import (
_ "github.com/gogf/gf/.example/os/gres/testdata"
"github.com/gogf/gf/frame/g"
"github.com/gogf/gf/os/gres"
)
func main() {
gres.Dump()
g.Dump(gres.Scan("/root/image/", "*", true))
}