Add warning for files include by vendor path that should be from GOPATH · Issue #3 · containerd/protobuild · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are cases where the same file can be included relative to vendor or GOPATH. In GOPATH, they might look like this:
As referenced through vendor, they would look as follows:
We should detect these cases and warn the user to use the shorter, vendored version.
The text was updated successfully, but these errors were encountered: