Google Go IDE homepage

This is the homepage of the go-ide. It's an Integrated Development Environment for the Google Go language. It's built as a plugin for the Intellij IDEA platform and distributed here as a complete package.

GoIde 1.0.0 release (Linux, Windows and Mac OS X)

We are proud to present the first release for the GoIde. It's built using our Idea plugin, the Intellij Platform and it will provide you with a ready to use IDE for Google Go.

All you need to have is an Oracle Java installation available on the machine and a environment variable named IDEA_JDK pointing to it and you can download and run our IDE. It comes bundled with a prebuilt Go release r59 and our plugin.

How to get it

You need to first download the package appropiate for your operating system:

You need to make sure you have you have an oracle java installation on your machine. If not then you should go on the oracle java download website, download and install it. We recommend the 6.0u26 version available from here: Java SE Development Kit 6 Update 26.

After you install Java make sure to set the IDEA_JDK system variable and point to your newly installed JDK home.

Unzip the binary package of the go ide and change to it's bin folder and execute idea.sh or idea.bat (depending on your operation system). You should see it starting up. File -> New Project -> Create project from scratch -> Choose Go Module - Next, Next -> Select the bundled Go on the JDK selection pages and press Finish.

Now you will have to wait until it indexes the go sdk files (this is done only once). Once finished it will open the project view and you should go to the src folder, do a right click and select New Go Application. Write hello and press enter. Now right click the hello.go file and select Run. It will compile and run the application.

Now you are ready to play with Google Go. Enjoy!

Many thanks to Alexandre (doing the mac packaging) and jhonny (for testing the packages)

Author: Mihai Claudiu Toader | Date: 10 Aug 2011