From 9228d7d7d523e6831933b79f768dfbb51f8ffb5b Mon Sep 17 00:00:00 2001 From: Michael Matloob Date: Thu, 9 Jun 2022 15:11:57 -0400 Subject: [PATCH] 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 --- doc/go1.19.html | 5 +++++ 1 file changed, 5 insertions(+) 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

: -- 2.48.1