在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
首先下载源码:http://www.golangtc.com/download 解压后,进入src文件夹,执行 ./all.bash 等待安装结束后,把目录复制到/usr/local/里,设置两个环境变量: export GOROOT=/usr/local/go 然后就可以测试啦 Create a file named package main import "fmt" func main() { fmt.Printf("hello, world\n") } Then run it with the $ go run hello.go hello, world If you see the "hello, world" message then Go is installed correctly.
听说最新的GO 1.5 使用go来编译go,看来他们是对自己的东西绝对有信心,没bug啦。 |
请发表评论