mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
adding gres package for resource feature
This commit is contained in:
10
.example/os/gres/gres.go
Normal file
10
.example/os/gres/gres.go
Normal file
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/gogf/gf/.example/os/gres/testdata"
|
||||
"github.com/gogf/gf/os/gres"
|
||||
)
|
||||
|
||||
func main() {
|
||||
gres.Dump()
|
||||
}
|
||||
Reference in New Issue
Block a user