First download intellijdea13.1.4b (recommended that you use 14, because the 13.1.14a version has a bug, easy error)
Http://pan.baidu.com/s/1i3kns5B
Download go1.2 again.
Http://www.golangtc.com/download
Finally download Intellijidea's Go plugin: Http://plugins.jetbrains.com/plugin/5047?pr=idea
This plugin is updated to the go1.2 version. So the above requires you to download the 1.2 version of Go.
Install the plug-in process as follows: go to Setting > Plugins > Install plugin from disk > select Gojar plugin > Finish > Restart.
Create a new Go project and see new Project>go
The installation was successful.
Experience Go development:
New out of a project, writing a Helloword program
Package Mainimport Stu "FMT" Func Main () {Stu. Println ("helloworld!")}
Write done, press and hold SHIFT+ALT+F10 appear
Click on the T.go, and the final result is:
Reference Address:
Http://www.golang.so/forum.php?mod=viewthread&tid=6&extra=
http://little-bill.iteye.com/blog/1354518
IntelliJ idea13.1.4b Configuring the Go Development environment