Maybe something with GOROOT? From the release notes:

If the environment variable $GOROOT is unset, the go tool previously used 
> the default GOROOT set during toolchain compilation. Now, before falling 
> back to that default, the go tool attempts to deduce GOROOT from its own 
> executable path. This allows binary distributions to be unpacked anywhere 
> in the file system and then be used without setting GOROOT explicitly.


How did you install Go?

Matt

On Tuesday, February 20, 2018 at 7:18:22 PM UTC-6, Joseph Lorenzini wrote:
>
> All:
>
> I may just need to open a bug with intelliji but I find the behavior so 
> peculiar that I thought i'd ask if anyone who codes go in intelliji may 
> know what's going on.
>
> I uninstalled go 1.9.3 and installed go 1.10. After I do that, intelliji 
> can no longer find any packages in the std lib and autocomplete no longer 
> works. third party packages its fine with. I reinstalled 1.9.3 and then 
> intelliji can find the std lib again. Since I haven't upgraded intelliji, I 
> am guessing something changed in 1.10 that's breaking intelliji's ability 
> to access the std lib but I am at a loss as to how that could be.
>
> I did verify that go 1.10 install is working (e.g go version go build go 
> install all work etc)
>
> Joe 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to