mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
13 lines
201 B
Go
13 lines
201 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("/r", "*", true))
|
|
}
|