joefitzgerald / go-get

An Atom Package For Managing Go Libraries And Executables
Other
5 stars 0 forks source link

go-get asks to update gocode, than fails #27

Closed andradei closed 8 years ago

andradei commented 8 years ago

Fail message:

package github.com/nsf/gocode: cannot download, $GOPATH not set. For more details see: go help gopath

GOPATH is set properly though, other text editors and IDEs I tried find it just fine.

zmb3 commented 8 years ago

Are you running the latest version of Atom (1.9.8)? There was an issue in previous versions that was just fixed.

andradei commented 8 years ago

I am using Atom 1.9.8.

joefitzgerald commented 8 years ago

The fix is not out yet; you need to keep an eye out for 1.9.9. In the interim, you need to launch atom from your terminal.

joefitzgerald commented 8 years ago

https://github.com/atom/atom/pull/12396

andradei commented 8 years ago

@joefitzgerald Awesome thanks for fixing it over there.