-
Notifications
You must be signed in to change notification settings - Fork 18k
proposal: cmd/go: use go.mod file paths in workspaces #48259
New issue
Have a question 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
Comments
Personally I could go either way on this proposal, but I wanted to move this out into its own issue so we could have the discussion on a separate issue. |
If the file isn't named |
@heschi, I would assume one of two behaviors:
I think (2) would get confusing, though. (Packages in local directories would shift across module boundaries depending on the So that leaves (1). But is even that too complicated? |
I suppose the |
This proposal has been added to the active column of the proposals project |
We're going to retract this proposal. We haven't gotten consensus on it and it's too late for the discussion to yield anything before the freeze. |
This proposal has been declined as retracted. |
This issue proposes an amendment to the Workspace proposal (#45713) to use go.mod file paths rather than directory paths in the directory directive, perhaps renaming the directive to
use
. It was originally suggested by @ianthehat in an issue comment:cc @bcmills @jayconrod
The text was updated successfully, but these errors were encountered: