This is a creation in Article, where the information may have evolved or changed.
Windows Liteide to build the Go development environment
1. Download and install Go
http://code.google.com/p/golangide/downloads/list
2. Download the latest version of Liteide and install
http://code.google.com/p/golangide/downloads/list
3. The environment variable is configured as follows
4. Configure the Go compilation environment used by Liteide
Click on the option to view, open the page as follows: Select Litenv to configure, choose the appropriate version for yourself, I choose is wine64env need to modify a few places please look at the picture carefully.
menu bar: View, options, Liteenv
If it is 32-bit double-click and edit Win32.env, if it is a 64-bit double-click and edit Win64.env to Win64.env as an example, edit the following win64.env content #win64environmentgoroot=c:\go-w64goarch =amd64goos=windowspath=%goroot%\bin; C:\mingw64\bin;%path%liteide_gdb=gdb64liteide_make=mingw32-makeliteide_term=%comspec%liteide_termargs=liteide_ Exec=%comspec%liteide_execopt=/k in the middle of the path to their own true path Ctrl+s save, restart Liteide