Skip to content
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

Added support for Go 1.5 vendor experiment. #13

Merged

Conversation

docbobo
Copy link
Contributor

@docbobo docbobo commented Aug 30, 2015

The current implementation already supports a vendored folder created by
godeps. As godeps has support for GO15VENDOREXPERIMENT=1, it seems
reasonable to support this form of vendoring if it is detected.

@docbobo docbobo force-pushed the feature/vendor-experiment branch 2 times, most recently from d906117 to eb8d075 Compare August 30, 2015 07:17
The current implementation already supports a vendored folder created by
Godeps. As Godeps has support for the GO15VENDOREXPERIMENT, it seems
reasonable to support this form of vendoring if it is detected.
@skidder
Copy link

skidder commented Jan 11, 2016

👍 I need this urgently to eliminate some sym-linking silliness required to fake Godeps paths

@davidgardner11
Copy link

Merge accepted.

davidgardner11 pushed a commit that referenced this pull request Jan 23, 2016
Added support for Go 1.5 vendor experiment.
@davidgardner11 davidgardner11 merged commit f473933 into CenturyLinkLabs:master Jan 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants