Go Language Install - Windows
1. https://golang.org/dl/Download and install from
2. Creating a work folder (e.g. d: \ source \ go)
3. Create BIN, PKG, SRC folder at the bottom
4. Windows Control Panel-> System-> Advanced System Settings-> Environment Variables
5. Input to GOPATH in a user variable group
6. Enter GOPATH in the variable name
7. Input Task Folder in Variable values (e.g. d: \ source \ go)
8. Go Env in CMD when confirmed
Leave a Reply