Install
Installation Environment
Use Golang 1.21.
Please refer to golang installation to download and install the Go compilation and running environment. After Go is installed, please create a new system variable GOPATH and point it to your code directory. To learn more about GOPATH, execute the command go help gopath.
Download Go SDK
Install Go SDK
go mod way
Add the following dependencies in the go.mod file, the following takes version 0.6.1 as an example. Other versions need to be replaced with corresponding version numbers.
source code method
Verify SDK
Run the following code to view the Go SDK version:
Last updated