adding gres

This commit is contained in:
John
2019-08-14 22:03:52 +08:00
parent dafc79bf80
commit 6113df2b3e
20 changed files with 329 additions and 122 deletions

View File

@ -8,5 +8,5 @@ import (
func main() {
gres.Dump()
g.Dump(gres.Scan("/r", "*", true))
g.Dump(gres.Scan("/root/image/", "*", true))
}