-
Notifications
You must be signed in to change notification settings - Fork 280
Regression in local paths #115
Comments
|
I'm also experiencing this issue:
|
Apologies, my issue was my own mistake, I was trying to build a project outside of my GOPATH. Hopefully this is a reminder to anyone else who runs into this issue - triple-check your project is in your GOPATH! |
Still an issue in my case, will not compile relative paths. |
+1 |
I encountered a similar issue that I found it was caused by symbol links contain in one of my import package that link to folders outside of the GOPATH (in my case, it's some symbol links that generated by |
Contrary to #1 being closed:
localpkg does not work
xgo --targets=darwin/386,darwin/ amd64,linux/386,linux/amd64,windows/386,windows/amd64 ./
And of course since it's not a published package, I can't do the normal way:
Why can't you just mount the directory I call it from?
The text was updated successfully, but these errors were encountered: