mirror of
https://gitee.com/johng/gf
synced 2026-06-07 10:22:11 +08:00
improve Dump feature for package gutil
This commit is contained in:
@ -18,10 +18,10 @@ import (
|
||||
// New
|
||||
func ExampleVarNew() {
|
||||
v := gvar.New(400)
|
||||
g.Dump(v)
|
||||
fmt.Println(v)
|
||||
|
||||
// Output:
|
||||
// "400"
|
||||
// 400
|
||||
}
|
||||
|
||||
// Clone
|
||||
|
||||
Reference in New Issue
Block a user