mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
11 lines
135 B
Go
11 lines
135 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import (
|
||
|
|
_ "github.com/gogf/gf/.example/os/gres/testdata"
|
||
|
|
"github.com/gogf/gf/os/gres"
|
||
|
|
)
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
gres.Dump()
|
||
|
|
}
|