The "Go" Learning Trip -- 0. Base build

# Environmental installation

# Official address :(over the wall may be required)

https://golang.org/dl/

 

# IDE Tools: (Visual Studio Code)

https://code.visualstudio.com/?wt.mc_id=vscom_downloads

 

 

 

# envionment variables

Once the installation is complete, it needs to be set in the system environment variables

 

 

"GOPATH" is Project Directory

 

"GOROOT" is The "Go" Install Directory

PATH needs set up the installation directory in bin directory

 

# Open CMD shell , Input "go env" check it 

 

 

Guess you like

Origin www.cnblogs.com/Cong0ks/p/11504769.html