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
查看输出结果
名 称必填
邮 箱选填
网 址选填
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
阅读: 5384
阅读: 5242
阅读: 3605
阅读: 3402
阅读: 3353
阅读: 3241
扫扫关注微信
发表评论