Change-Id: I264499d955049c5b7c4bdda7ce23cf7fe7031402
Reviewed-on: https://go-review.googlesource.com/c/go/+/411497
Reviewed-by: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
and <code>GOGCCFLAGS</code> variables it reports.
</p>
+<p><!-- CL 410821 -->
+ The <code>go</code> command now caches information necessary to load some modules,
+ which should result in a speed-up of some <code>go</code> <code>list</code> invocations.
+</p>
+
<h3 id="vet">Vet</h3>
<p><!-- https://go.dev/issue/47528 -->: