Golang Installation
Installation
In this post step by step instructions to install go binary on windows OS is provided
- To know whether golang is installed or not on your computer, you can verify it by running command go version using terminal.
1 go version
Go to https://go.dev/dl and download the binary specific to Microsoft Windows (If you want to install on other OS, download the binary file specific to OS).
Double click on the installer and click Next
Select checkbox to accept license agreement and click Next
Select the installation folder and click Next
Click Install
Click Finish once the installation is completed.
Now open terminal again and run the command given below
1go version
The command displays the version which has been installed on the machine