mirror of
https://gitee.com/johng/gf.git
synced 2024-12-05 05:37:55 +08:00
12 lines
152 B
Go
12 lines
152 B
Go
package main
|
|
|
|
import (
|
|
"gitee.com/johng/gf/g/util/gutil"
|
|
)
|
|
|
|
func main() {
|
|
gutil.Dump(map[interface{}]interface{} {
|
|
1 : "john",
|
|
})
|
|
}
|