hello world package main import "fmt" func main() { fmt.Println("hello world") } 变量 标识符:由字母数字和下划线(_)组成,并且只能以字母和_开头 关键字 break default func interface select case defer go map struct chan else goto package switch const fallthrough if range type continue for import