There is a similar Linux version of gogo here.

The windows port can be downloaded from http://code.google.com/p/gomingw/downloads/list

I had a problem with the Installer version, so personally I downloaded the zipped version, and unzipped it to C:, resulting in the system being stored in c:\go and subfolders.

Windows Environment Variables

Go to Control Panel...Advanced System Settings...Advanced...Environment Variables.

Create these environment variables, which need to match where you installed Go. Here are my settings, for Go in C:\go.


GOARCH    386
GOBIN     c:\go\bin
GOOS      windows
GOROOT    c:\go

You can now use gogo. The first time you run it, use the Tools...Configure option. (Page edited 4/july/11)