09. Installing Go
For Windows and Mac
Download Go from https://golang.org/dl
Download Visual Studio Code from https://code.visualstudio.com/download
Install Go extension from https://code.visualstudio.com/docs/languages/go
For Ubuntu
Install Go using Bash shell
2. Install VS Code from software center
3. Install Go extension from https://code.visualstudio.com/docs/languages/go
Checking installation
Open new terminal window and type in below command to verify Go is installed successfully.
This should output current installed go version.
Last updated