Installing GoLang – step by step
Table of Contents
Step 1: Download Golang package
Go to https://go.dev/doc/install to download latest package according to OS (Linux, Mac, Windows)
Step 2: Install the package
Step 3: Verify installation
In the terminal or command prompt type :
go version
Step 4: Install IDE (0ptional)
You can install IDE for development purpose.
How to setup VS Code for GoLang