The example in this article describes how the go language Eclipse environment is built. Share to everyone for your reference, specific as follows:
1 Download Eclipse
2 Download Goeclipse
Http://code.google.com/p/goclipse/wiki/InstallationInstructions
3 Download Gocode
Https://github.com/nsf/gocode
Download Source to Gopath path
Go Build
Gocode.exe can be generated on the parent directory.
4 Download MinGW
http://sourceforge.net/projects/mingw/files/MinGW/
and follow the requirements to install
5 Set Go Environment
Set the GO environment variable
Windows->reference-> Go
Setting Gocode Environment variables
Windows->reference-> Go->gocode
Set Gocode path to a previously generated EXE file
Set the GDB path
The following can be a single point of debugging and running the
I hope this article will help you with your go language program.