-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/vgo: fix installation instructions on README #25783
Comments
Please can you retry with:
and post the output? Ideally if you could try the make-shift program in #25565 (comment) that would be more useful still because it will give more granular timings. Possibly related to #25565 |
go get -u -v golang.org/x/vgo |
That looks to have completed successfully. Does that command not return? What is the output from:
|
This is a duplicate of #25565 - I don't know the cause. |
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?10.2
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?OSX 17.4.0 Darwin Kernel Version 17.4.0: Sun Dec 17 09:19:54 PST 2017; root:xnu-4570.41.2~1/RELEASE_X86_64 x86_64
What did you do?
go get -u golang.org/x/vgo .
If possible, provide a recipe for reproducing the error.
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
installation of vgo
What did you see instead?
It hung
Solution
change documentation to
go get -u github.com/golang/vgo
The text was updated successfully, but these errors were encountered: