Run .msi
installer downloaded from https://golang.org/dl/.
After installing the compiler you need to configure GOPATH
environment variable.
Since Go 1.8, the GOPATH
environment variable has the default value %USERPROFILE%/go
.
You should understand the effect of GOPATH on go tools.