Getting an error in go 1.5
pyrossh opened this issue · comments
Peter John commented
When I try this go get -u github.com/goxjs/gl/...
I get this error
package golang.org/x/mobile/event/config: cannot find package "golang.org/x/mobile/event/config" in any of:
/usr/local/go/src/golang.org/x/mobile/event/config (from $GOROOT)
this maybe because of the this refactor in this commit,
golang/mobile@f632204
Dmitri Shuralyov commented
That error was only in the github.com/goxjs/gl/tests
package.
You're right, it's because of that refactor in golang/mobile@f632204.
Thank you for reporting, I'll fix this now.