Golang Basics----Download and install Golang based on Windows system

[Original link] Golang basics - download and install Golang based on Windows system

(1) Open the Golang official website and click "Download"

(2) Then find the stable version, select the Windows installation package, and click to start downloading

(3) After the download is complete, right click on the downloaded installation package, click "Install", and after the installation interface pops up, click "next"

(4) Continue to click "next"

(5) The default installation location is on the C drive, here click "change" to change the installation location

(6) Adjust the installation location to D disk, and then continue to click "next"

(7) Click "install" to start the installation

(8) Then start the installation

(9) Click "finish" to close the installation interface

(10) Then open the cmd window and execute the go version command. The go version number can be printed correctly as follows, indicating that the installation is successful.

Guess you like

Origin blog.csdn.net/redrose2100/article/details/130417153