cmd/go: go work init won't create nested workspaces #53938
Labels
GoCommand
cmd/go
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
CWD is a workspace, with a valid go.work file.
I am trying to isolate the deps in a sub-module from the deps in the workspace (as suggested in a different thread).
Manually creating a go.work file does achieve the ffect I wanted.
What did you expect to see?
I thought it would work
What did you see instead?
The above error
The text was updated successfully, but these errors were encountered: