首页 > 技术文章 > $gopath not set的解决办法

shiningrise 2018-04-15 13:13 原文

执行安装

sudo go get github.com/nsf/gocode

提示:

cannot download, $GOPATH not set. For more details see: go help gopath

解决方案:

export GOPATH=/home/zhangbl/gocode

推荐阅读