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
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
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.
From @sdboyer on June 18, 2016 2:44
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.
Copied from original issue: sdboyer/gps#38
The text was updated successfully, but these errors were encountered: