adding gres package for resource feature

This commit is contained in:
john
2019-08-10 23:36:38 +08:00
parent d03180ff4d
commit 7ecc47e127
17 changed files with 329 additions and 40 deletions

10
.example/os/gres/gres.go Normal file
View 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()
}