]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: add release note for work package pattern
authorMichael Matloob <matloob@golang.org>
Mon, 17 Mar 2025 15:53:22 +0000 (11:53 -0400)
committerMichael Matloob <matloob@golang.org>
Mon, 17 Mar 2025 17:23:40 +0000 (10:23 -0700)
For #71294
Fixes #50745

Change-Id: Iff05e98ac860a1764d4c59572f9abc3ae8d9c5fb
Reviewed-on: https://go-review.googlesource.com/c/go/+/658495
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
doc/next/3-tools.md

index 68017c8def1f88a046cf249db09b11e4f3683881..977c89670c578ad5df86db845dd73103e444ccec 100644 (file)
@@ -10,6 +10,12 @@ These new error reports may be disabled by setting
 `ASAN_OPTIONS=detect_leaks=0` in the environment when running the
 program.
 
+<!-- go.dev/issue/71294 -->
+
+The new `work` package pattern matches 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.
+
 <!-- go.dev/issue/65847 -->
 
 When the go command updates the `go` line in a `go.mod` or `go.work` file,