package main import "fmt" func main() { fmt.Printf("Hello, world.\n") } 转载于:https://www.cnblogs.com/heidsoft/p/3847799.html