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
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
After installing GoClipse, it complained that GOROOT were not defined, even though I have defined it in the System Environment Variables.
GoClipse should take the GOROOT environment variable as default. If that is not set, it should look in the usual folder (C:\Program Files (x86)\Go* and choose the installation with the highest version number as default.
Doing this makes the installation less painful, since when GOROOT is not set in the Eclipse Preferences, GoClipse complains loudly when I open the Project Properties and want to leave the Go Compiler properties page, telling me that GOROOT is unset.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After installing GoClipse, it complained that
GOROOT
were not defined, even though I have defined it in the System Environment Variables.GoClipse should take the
GOROOT
environment variable as default. If that is not set, it should look in the usual folder (C:\Program Files (x86)\Go*
and choose the installation with the highest version number as default.Doing this makes the installation less painful, since when
GOROOT
is not set in the Eclipse Preferences, GoClipse complains loudly when I open the Project Properties and want to leave the Go Compiler properties page, telling me thatGOROOT
is unset.The text was updated successfully, but these errors were encountered: