I\'ve been looking on golang.org for a Windows compiler, but I can\'t seem to find it. I can only see Linux and OS X compilers. Does anyone know if Go programming can be don
Installation of Go on windows is straight forward if you use the experimental x32 windows port . Documentation of the steps for Go installation on windows can found here
You will probably also want the MinGW tools (bash, make, gcc, etc...): http://sourceforge.net/projects/mingw/files/
and the GTK+ files and tools (the "all-in-one bundle" includes pkg-config): http://www.gtk.org/download/win32.php