-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vgo: vgo thinks I'm outside my GOPATH #25372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There's a workaround: |
Please try cl https://golang.org/cl/111264 to see if it fixes it. |
Hi @kardianos. How do I go about trying CL 111264? Never done this before. |
That go fetch line is from clicking the Download button on that CL page. |
Go get vgo like normal. In cl click download. Then on first line in dialogue, click copy. Paste into terminal in vgo repo. Run go install to rebuild. |
Brilliant. That patch worked. |
Sweet. Duplicate of #25176 . |
@kardianos what is the policy/procedure for closing this issue now? |
Duplicate issues are normally closed. I was contemplating leaving this open for a bit as the original issue wasn't found when reporting. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go version go1.10.2 darwin/amd64 vgo:2018-02-20.1
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?GOARCH="amd64"
GOOS="darwin"
GOPATH="/Users/bill/code/go"
What did you do?
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
This project is already on my machine inside the GOPATH
https://github.com/ardanlabs/gotraining
So I tried building it
What did you expect to see?
I expected the project to build.
What did you see instead?
The text was updated successfully, but these errors were encountered: