新建test.go键入以下代码,能运行说明go环境配置已经完成。
package main
import "fmt"
func main() {
fmt.Println("hello word!")}
京公网安备 11010502049817号