点击运行
package main import ( "fmt" ) func main() { greeting := "Hello World!" fmt.Println(name) }
运行结果 :
正在执行...