Trying to get started with Go but I cant manage to set up the work environnement properly.
I've attached photos of everything I'd think you'd need to identify the problem, could someone tell me what's going on?
EDITED for future reference.
You set your 'GOROOT' wrong. Set it to C:\Go\
Include C:\Go\bin to your 'Path'
Run command "go env" and check the path for variable "gopath" that's where you should keep your project. Else where if you run go command you will get error "go is not recognized as internal or external command"
Aside from @Xeph's answer, just make sure if you recently installed Go that you use a fresh terminal/cmd window.