Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7460510
  • 博文数量: 1760
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16267
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1760)

文章存档

2024年(6)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: LINUX

2010-09-14 18:01:15

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

import "fmt"

func main() {
fmt.Printf("hello, world\n")
}
EOF
8g hello.go
8l hello.8
./8.out
hello, world
 
 
阅读(1693) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-09-15 14:52:55

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com