adding gres

This commit is contained in:
John
2019-08-13 21:06:11 +08:00
parent 162df6b250
commit 9ae537cafc
13 changed files with 118 additions and 32 deletions

View File

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