proposal: cmd/go: add work
package pattern matching all packages in work modules
#71294
Labels
Milestone
work
package pattern matching all packages in work modules
#71294
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
, andtool
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.cc @hyangah @rsc @samthanawalla
The text was updated successfully, but these errors were encountered: