This is a created article in which the information may have evolved or changed.
This article mainly introduces go language development environment Construction, catalogue and version are only for reference.
Windows (64bit Win7)
1.http://www.golangtc.com/download
Download Go1.5.1.windows-amd64.zip
2.http://www.sublimetext.com/3
Download Sublime text 3 (IDE)
3. Extract the Compressed package (Go1.5.1.windows-amd64.zip) to the D:\Software\Development
4. Configure Environment variables
(1) New
Goroot
D:\Software\Development\go
(2) New
Gopath
E:\Code\Go\Test
(3) Append to Path
;D: \software\development\go\bin; E:\Code\Go\Test\bin
5.cmd opening the console
>go version
>go env
6. Create a new bin, pkg, bin directory under the E:\Code\Go\Test directory
7. Install the package control and re-install Gosublime in sublime text 3
8. Configure Gosublime
{
"env": {
"Gopath": "E:\\code\\go\\test"
}
}
Notes from Geek College http://www.jikexueyuan.com/, just notes, afraid to forget. If there is copyright please contact me, I will delete. QQ236421862