点击运行
package main import ( "fmt" ) func main() { func(n string) { fmt.Println("Welcome", n) }("jiyik.com") }
运行结果 :
正在执行...