This is a creation in Article, where the information may have evolved or changed.
Today began to study Golang, said concurrency is very good, very suitable for server development. The preliminary plan is to write the server gateway with Golang, write the service server in Python, which can reduce the restart rate of services, improve service stability and efficiency.
IDE uses Liteide
The configuration file is as follows: View--Edit environment variable
# Native Compiler Windows 386goroot=d:\software\golanggobin=d:\software\golang\bingopath=c:\golanggoarch=386goos= windowscgo_enabled=1path=%gobin%;%goroot%\bin;%path%liteide_gdb=gdbliteide_make=mingw32-makeliteide_term=% Comspec%liteide_termargs=liteide_exec=%comspec%liteide_execopt=/c
IDE uses Goeclipse
Install: Help--Install new software--type: http://goclipse.googlecode.com/svn/trunk/goclipse-update-site/ --ADD
To set the Gopath before installing the package, add the git path to the environment variable.
System environment variables need to be configured Goroot and Gopath, not configured Gobin