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
查看输出结果
阅读: 20062
阅读: 17198 评论:1
阅读: 16373
阅读: 16350
阅读: 15751
阅读: 15522
扫扫关注微信