We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c44fd commit bceade5Copy full SHA for bceade5
doc/next/3-tools.md
@@ -10,6 +10,12 @@ These new error reports may be disabled by setting
10
`ASAN_OPTIONS=detect_leaks=0` in the environment when running the
11
program.
12
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
19
<!-- go.dev/issue/65847 -->
20
21
When the go command updates the `go` line in a `go.mod` or `go.work` file,
0 commit comments