go environment to build and install Editor

Development environment to build

1. Download

  Download the installation package: https://golang.google.cn/dl/

2.Windows installation

 3. Test the installation

Version go     # View go version 
go env     # viewing environment variables go 
    - # focused on the need to focus on two points 
        GOPATH = C: \ the Users \ ADMIN \ go     # go code must be placed under the path 
        GOROOT = D: \ Go      # Go installation path
    

GoLand integrated development environment download

1.GoLand download and install

  Download the installation package: http://www.jetbrains.com/go/?fromMenu

 

GoLand 2. Create a project using the complete installation

Guess you like

Origin www.cnblogs.com/blue-tea/p/12011600.html