-
Notifications
You must be signed in to change notification settings - Fork 16
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
support for vanity imports #8
Comments
@mmikulicic thanks for the suggestion, seems do-able. My Apologies, I might not be able to get to this right away, worst case early next week. I have two thoughts, we can either add another switch, similar to Or.. maybe we can just add as an additional positional argument? Thoughts? |
don't know what the best name for the flag would be; I made a local change to the script that just does:
and it does what need but I guess it's better to not overload the |
yeah, originally I meant for the name just as a human friendly way to display a dependencies information, and to make updates easier, since you can use the short name instead of the full repo path. ok, but it seems like flag might be best here. I'll think on what the name should be, I feel like I am blanking on the appropriate term for the path/namespace is. |
package? On Fri, May 6, 2016, 17:40 Brett Langdon notifications@github.com wrote:
|
yeah, that could work. |
The right name is import path. https://golang.org/ref/spec#Import_declarations |
e.g. https://github.com/sourcegraph/appdash should go in
vendor/sourcegraph.com/sourcegraph/appdash
perhaps another flag that can force the dir location (name doesn't)
The text was updated successfully, but these errors were encountered: