编译和构建 go build test.go 运行 go run test.go 1 package main 2 import "fmt" 3 func main() 4 { 5 fmt.Println(“HelloWorld”); 6 } 相关文章: 2022-03-06 2022-01-12 2022-12-23 2022-12-23 2022-12-23 2021-11-09 2022-01-08 2021-04-20