golang

环境配置:
.bashrc
export GOROOT=/usr/local/go
export GOPATH=$HOME/gocode
export PATH=$GOPATH/bin:$PATH:/usr/local/go/bin
Comments