文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>安装GO编译器

安装GO编译器

时间:2010-09-14  来源:badb0y

yum install python-setuptools easy_install mercurial cd / mkdir go hg clone -r release https://go.googlecode.com/hg go cd go/src ./all.bash export PATH=$PATH:/go/bin   cat >hello.go <<EOF
package main

import "fmt"

func main() {
fmt.Printf("hello, world\n")
}
EOF
8g hello.go 8l hello.8 ./8.out hello, world   http://golang.org/doc/install.html http://code.google.com/p/go  
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载