美文网首页
Atom打造go开发环境遇到的一个问题

Atom打造go开发环境遇到的一个问题

作者: Duke_Young | 来源:发表于2019-03-11 18:50 被阅读0次

Mac用户,今天准备学习一下GO,然后就按部就班安装Atom,Go,一切正常,然后安装插件,然后在goimports上卡了很久,一直在报错

Failed to spawn command goimports. Make sure goimports is installed and on ……

反复搜索找解决方案,最后通过修改.bash_profile

export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin

完成

相关文章

网友评论

      本文标题:Atom打造go开发环境遇到的一个问题

      本文链接:https://www.haomeiwen.com/subject/hyxipqtx.html