-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
GoCommandcmd/gocmd/goProposalProposal-AcceptedToolProposalIssues describing a requested change to a Go tool or command-line program.Issues describing a requested change to a Go tool or command-line program.
Milestone
Description
Proposal Details
I'm making this proposal to resolve #50745
This proposal is to add a new package meta-pattern to join the already existing all
, std
, cmd
, and tool
patterns. The work pattern would match all packages in the work (formerly called main) modules: either the single work module in module mode or the set of workspace modules in workspace mode.
This would allow for a single pattern to build or test all of those packages, similar to using ./...
at the root of a module to test a single module's packages.
mitar, seankhliao, tmthrgd, dro-sh, samthanawalla and 1 more
Metadata
Metadata
Assignees
Labels
GoCommandcmd/gocmd/goProposalProposal-AcceptedToolProposalIssues describing a requested change to a Go tool or command-line program.Issues describing a requested change to a Go tool or command-line program.
Type
Projects
Status
Accepted