mirror of
https://gitee.com/johng/gf
synced 2026-07-04 04:52:48 +08:00
10 lines
95 B
Go
10 lines
95 B
Go
package main
|
|
|
|
import (
|
|
"gitee.com/johng/gf/g"
|
|
)
|
|
|
|
func main() {
|
|
g.Dump(1,2,3)
|
|
g.Dump(1,2,3)
|
|
} |