Skip to content

Commit bceade5

Browse files
committed
doc/next: add release note for work package pattern
For #71294 Fixes #50745 Change-Id: Iff05e98ac860a1764d4c59572f9abc3ae8d9c5fb Reviewed-on: https://go-review.googlesource.com/c/go/+/658495 Reviewed-by: Dmitri Shuralyov <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Alan Donovan <[email protected]>
1 parent 57c44fd commit bceade5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/next/3-tools.md

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ These new error reports may be disabled by setting
1010
`ASAN_OPTIONS=detect_leaks=0` in the environment when running the
1111
program.
1212

13+
<!-- go.dev/issue/71294 -->
14+
15+
The new `work` package pattern matches all packages in the work (formerly called main)
16+
modules: either the single work module in module mode or the set of workspace modules
17+
in workspace mode.
18+
1319
<!-- go.dev/issue/65847 -->
1420

1521
When the go command updates the `go` line in a `go.mod` or `go.work` file,

0 commit comments

Comments
 (0)