-
Notifications
You must be signed in to change notification settings - Fork 23
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
accept package path in 'gohack get' #62
Comments
Somewhere in cmd/go there must be a method that maps import paths to their containing modules. But I can't find it. I'm happy to work on implementing this if anyone can point me to that. |
will give you the module containing package |
josharian
added a commit
to josharian/gohack
that referenced
this issue
Oct 8, 2019
DO NOT MERGE The test fails because go-internal's proxy doesn't support .../@v/list requests. Fixes rogpeppe#62
tmc
pushed a commit
to tmc/gohack
that referenced
this issue
Jul 27, 2021
DO NOT MERGE The test fails because go-internal's proxy doesn't support .../@v/list requests. Fixes rogpeppe#62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The module is
github.com/rogpeppe/go-internal
. But the intent of the command was clear: I want to look at the packagegithub.aaakk.us.kg/rogpeppe/go-internal/modfile
.gohack get
should accept a package path and start hacking on the containing module.The text was updated successfully, but these errors were encountered: