mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
improve export data as hex for gres
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
|
||||
func main() {
|
||||
gres.Dump()
|
||||
g.Dump(gres.Scan("/root/image/logo", "*"))
|
||||
g.Dump(gres.ScanDir("/root/image", "*"))
|
||||
//g.Dump(gres.Scan("/root/image/", "*", true))
|
||||
//g.Dump(gres.Scan("/template", "*"))
|
||||
//g.Dump(gres.Scan("/template/layout2", "*.html", true))
|
||||
|
||||
Reference in New Issue
Block a user