Golang Installation
Official document
- Verify the installation result
Install Go on linux
- Download Go for Linux
- Unzip the compressed package to
/usr/local
- Add
/usr/local/go/bin
to environment variables$ source $HOME/.profile
- Verify the installation result
- Download and install
- Verify the installation result
$ go version