I use Go on Windows 10 and am having problem.
I've tried running a basic 'Hello, world' Go program using LiteIDE but when run it returns next error:
C:/Program Files (x86)/Go/bin/go.exe build [C:/Users/MyUser/Desktop/Go_projects]
go: cannot find GOROOT directory: c:\go
Error: process exited with code 2.
A lot of people recommend not setting up GOROOT path variable, meaning Go should work fine without it, yet LiteIDE doesn't. Just in case, I had set up GOPATH to C:\Program Files (x86)\Go\bin