Closed
Description
This proposes an amendment to the Workspaces Proposal #45713, that was originally suggested by @jayconrod (with a small tweak from me).
Instead of naming the commands to create and edit go.work
files go mod initwork
and go mod editwork
, name them go work init
and go work edit
. This makes future subcommands (such as the proposed add
and sync
subcommands) have more clear names.
@jayconrod's comment proposed the names go workspace init
and go workspace edit
.