This is a creation in Article, where the information may have evolved or changed.
Atom has been used for a while, and it's good to use. To develop go, you need to install the Go-plus plugin.
Not installed online successfully, had to install offline, record, maybe others need.
The steps are as follows:
One. Configuring the Node Environment
Brew Update
Brew Install node
Brew Reinstall node--WITH-FULL-ICU (optional)
NPM install-g Node-gyp-install
Two. Download the plugin source code
Cd/users/xcl/.atom/packages//natively Atom plug-in directory
git clone https://github.com/joefitzgerald/go-plus.git
Three. Plug-in installation
CD Go-plus
NPM Install
Do not use APM install, or you will be prompted to download node and the like ...
Gyp http GET https://atom.io/download/atom-shell/v0.34.3/node-v0.34.3.tar.gz
Gyp WARN Install got an error, rolling back install
blog:http://blog.csdn.net/xcl168