Read Go - Split Stack
关于split stack有许多实现方案,这里主要看下go中是如果实现的. Tw's blog [Read Go - Split Stack][1] [1]: http://totorow.herokuapp.com/posts/a38bec7638cc0d40ffe9d80246f5329...阅读全文
关于split stack有许多实现方案,这里主要看下go中是如果实现的. Tw's blog [Read Go - Split Stack][1] [1]: http://totorow.herokuapp.com/posts/a38bec7638cc0d40ffe9d80246f5329...阅读全文
CentOS 安装Mercurial http://hi.baidu.com/lang2858/item/cda8f6026cd522e0f45ba67f 获取代码 $ hg clone -u release https://code.google.com/p/go 看下能不能访问后面这个地址吧,不能的话请设置代理,或者到github上面去下载一个。源代码目前100M多点,网速不怎么好的话估计要拉取一会。我本地设置代理也没有下载下来,刚好我有台服务器上面可以,跑到服务器去下载了,然后ftp到本地来的。 编译 $ cd go/src $ ./all.bash 到go目录看下,应该产生了bin目录,下面有go godoc等工具了 这个时候在bin目录下面直接 ./go 应该可以显示提示用法了。 ...阅读全文