Go语言实现Hello world 2019年1月24日 by lwg0452·0评论 [go]package main import "fmt" func main() { fmt.Println("Hello,world!") }[/go] Go语言