improve Dump feature for package gutil

This commit is contained in:
John Guo
2022-03-10 22:29:47 +08:00
parent afa1f78a02
commit acd1989fa1
4 changed files with 43 additions and 3 deletions

View File

@ -18,10 +18,10 @@ import (
// New
func ExampleVarNew() {
v := gvar.New(400)
g.Dump(v)
fmt.Println(v)
// Output:
// "400"
// 400
}
// Clone