gps icon indicating copy to clipboard operation
gps copied to clipboard

Comprehend Go1.4 import comment constraints

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

Go 1.4 introduced import comment constraints that allow the source of a package to designate the import path at which a package must be placed in order for it to compile.

We need to read these comments and at least note their presence - it doesn't matter quite yet, but once we support aliasing, we'll need to constraint that the presence of such a comment disallows incompatible aliasing.

sdboyer avatar Jun 18 '16 02:06 sdboyer

This issue was moved to golang/dep#447

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