This is a creation in Article, where the information may have evolved or changed.
Go official website:
http://golang.org/
Under the Windows Microsoft Bit installation package:
Http://code.google.com/p/go/downloads/list
The SOFTWARE is:
Go.go1.windows-amd64.msi
The Eclipse plugin is:
http://code.google.com/p/goclipse/
The update URL is:
http://goclipse.googlecode.com/svn/trunk/goclipse-update-site/
Installation interface: As below, go 1 installs.
Select the installation directory. I chose the D drive.
The GOHOME environment variable is set automatically when the installation is complete. Just run go.
The file in the Bin directory becomes much less. There are 3 of them.
The Setup program automatically sets environment variables. Do not set it yourself again.
Set the compilation file to:
D:\Go\pkg\tool\windows_amd64\6g.exe
Goeclipse not updated. Some paths also need to be configured on their own. To compile, connect files.
Where the test file program was not found. It is estimated that the Goeclipse plugin has been updated for a while.
To create a new project:
The GO1 version has a problem with formatting. (should be a plugin problem, the plugin is not updated.) But it can be compiled and run. )
The official version of GO1 has some changes that are different from the beta.
The following blog continues to write.