You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Sean Liao
The relevant doc is here : cmd/getgo
With this issue I was following instructions from this thread
The one-liner installer project is specifically designed "to both install Go as well as do the initial configuration of setting up the right environment variables and paths" so I don't have to do it myself.
I expect that all upcoming new issues with subject starting with "tools/cmd/getgo" (created by following the link given by Steven Francia) will be about this new tool and thus the official doc/install page won't apply for them.
Cheers
mikioh
changed the title
tools/cmd/getgo:error "go: cannot find GOROOT directory: /usr/local/go"
x/tools/cmd/getgo: error "go: cannot find GOROOT directory: /usr/local/go"
Aug 2, 2017
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?none
What operating system and processor architecture are you using (
go env
)?(no go env)
Linux SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64
What did you do?
Created a new small GCE instance (1 vcpu, 4GB memory)
Opened SSH access
Copy-pasted and executed the one-liner go installer :
And then
What did you expect to see?
Some recent go1.8.3 version number
What did you see instead?
Same error message for
go doc fmt
orgo get github.com/gorilla/mux
.See this gist for complete terminal trace.
The text was updated successfully, but these errors were encountered: