Install

Run .msi installer downloaded from https://golang.org/dl/.

Setup

After installing the compiler you need to configure [GOPATH](<https://www.notion.so/kjkpublic/GOPATH-GOROOT-GOBIN-d6da4b8481f94757bae43be1fdfa9e73>) 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.