How to create your first go application on Windows step by step.
Installing Go for Windows
Start by installing the latest version of Go by downloading the MSI from https://golang.org/doc/install and start the installation and follow the prompts.
Verify that Go installed
Open the command line and run:
go version