Go的保留函数init和main函数

Go Hello world准备一个main.go文件,敲入如下编码,在main.go目录下,通过cmd敲入 go run main.go 回车即可运行 package main import “fmt” func main() { fmt.