go语言文件以 .go结束符结尾 package main import "fmt" func main(){ fmt.Println("hello, world") } go语言运行 go helloword.go