我的系统是ubuntu 14.04 64bit
我的环境变量设置如下:
export GOROOT=$HOME/go
export GOBIN=$GOROOT/bin
export GOPKG=$GOROOT/pkg/tool/linux_amd64
export GOARCH=amd64
export GOOS=linux
export GOPATH=$HOME/go_src
export PATH=$PATH:$GOBIN:$GOPKG:$GOPATH
./all.bash
之前一切正常运行(我之前也有成功编译的经验)
直到
# ../test
real 0m25.396s
user 1m6.490s
sys 0m19.114s
# Checking API compatibility.
不再动了,这是为什么 ?怎么办?
呵呵,api对比时间我是猜测的。检查API时,安装已经成功了,所以,不会影响安装。
没有出书的经历哦。陆陆续续写过一些文章,以及写了一点 [《Go标准库》](https://github.com/polaris1119/The-Golang-Standard-Library-by-Example)
你说的两个项目源码,我瞧瞧去。
再交流
#6
更多评论