This is a created article in which the information may have evolved or changed.
Start learning the Go language and simply write the pre-work of compiling the Go language (Windows platform)
1, download: Because the official website was crab, so you can choose to go to other places under Http://www.golangtc.com/download, download at this address, choose Go1.4.windows-amd64.msi
2, Installation: Double-click on the installation is complete, and the convenient point is that you do not need to manually configure the basic environment variables, this is better than the JDK.
3, enter go version in cmd, if prompted version information then the installation is successful
4,golang code needs to be placed in the SRC folder directory, such as "C:\goeg\src\test\main.go", so the Goeg directory needs to be added to the Gopath, which requires the environment variable to add "Gopath" value of "C:\GOEG;"
5, compile and run: Open command prompt line in code directory, enter go build compile
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.