go下载地址:https://golang.org/dl/
名:GOROOT 值:C:\Go\
名:PATH 值:%GOROOT%\bin
编写test.go文件
package main import ( "fmt" ) func main() { fmt.Println("Hello World!") }
在cmd下运行
go run test.go
查看输出结果
名 称必填
邮 箱选填
网 址选填
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
阅读: 6119
阅读: 5480
阅读: 3962
阅读: 3788
阅读: 3596
阅读: 3510
扫扫关注微信
发表评论