mirror of
https://github.com/golang/go
synced 2024-11-02 13:42:29 +00:00
doc/go1.19: add a release note for module indexing
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>
This commit is contained in:
parent
7eeec1f6e4
commit
9228d7d7d5
1 changed files with 5 additions and 0 deletions
|
@ -109,6 +109,11 @@ as well as support for rendering them to HTML, Markdown, and text.
|
|||
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 -->:
|
||||
|
|
Loading…
Reference in a new issue