diff --git a/doc/next/3-tools.md b/doc/next/3-tools.md index 68017c8def..977c89670c 100644 --- a/doc/next/3-tools.md +++ b/doc/next/3-tools.md @@ -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. + + +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. + When the go command updates the `go` line in a `go.mod` or `go.work` file,