8000 Add warning for files include by vendor path that should be from GOPATH · Issue #3 · containerd/protobuild · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add warning for files include by vendor path that should be from GOPATH #3

New issue

Have a question 7DBD 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

Open
stevvooe opened this issue Jul 21, 2017 · 0 comments
Open

Comments

@stevvooe
Copy link
Member

There are cases where the same file can be included relative to vendor or GOPATH. In GOPATH, they might look like this:

github.com/myproject/foo/vendor/github.com/otherproject/foo/foo.proto

As referenced through vendor, they would look as follows:

github.com/otherproject/foo/foo.proto

We should detect these cases and warn the user to use the shorter, vendored version.

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

No branches or pull requests

1 participant
0