// Hello Go package main import ( "fmt" ) func main() { fmt.Println("Hello Go!") }
Cmd 进入源码目录
go run 文件名