gps icon indicating copy to clipboard operation
gps copied to clipboard

Special handling for import paths containing explicit 'vendor'?

Open sdboyer opened this issue 9 years ago • 1 comments
trafficstars

It's possible to directly import out of vendor. That is,

import "github.com/sdboyer/gps/vendor"

Doing so would cause errors in PackageTree's extraction methods. A similar issue exists for godep with rewritten imports.

We need general handling for these cases.

sdboyer avatar Jul 20 '16 01:07 sdboyer

This issue was moved to golang/dep#436

fabulous-gopher avatar Apr 21 '17 14:04 fabulous-gopher