-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
cmd/go: provide support for VCS branches in go get / import #6174
Labels
Milestone
Comments
Comment 1 by tv@duh.org: BTW, yes, I know this has been discussed on golang-nuts. There's one thing to be said for avoiding *exact* version number dependencies -- that way lies teh stupeed of Maven -- but forcing access to only *one branch* on API consumers is a direct impediment to significant evolutionary changes in third-party libraries. Effectively, an evolutionary change then means that the third party must create a completely independent VCS repo so the namespace is separate from Go's import syntax... for what advantage? |
I believe that modules address exactly that use-case. Give them a try! 🙂 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by tv@duh.org:
The text was updated successfully, but these errors were encountered: