Go language development environment building

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.