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

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开发环境遇到的一个问题)