From: Michael Matloob
Date: Thu, 9 Jun 2022 19:11:57 +0000 (-0400)
Subject: doc/go1.19: add a release note for module indexing
X-Git-Tag: go1.19rc1~139
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9228d7d7d523e6831933b79f768dfbb51f8ffb5b;p=gostls13.git
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
Run-TryBot: Michael Matloob
TryBot-Result: Gopher Robot
Reviewed-by: Bryan Mills
---
diff --git a/doc/go1.19.html b/doc/go1.19.html
index 00fd38e2d6..4d7552276f 100644
--- a/doc/go1.19.html
+++ b/doc/go1.19.html
@@ -109,6 +109,11 @@ as well as support for rendering them to HTML, Markdown, and text.
and GOGCCFLAGS
variables it reports.
+
+ The go
command now caches information necessary to load some modules,
+ which should result in a speed-up of some go
list
invocations.
+
+
Vet
: