From: Bryan C. Mills
Date: Mon, 7 Jun 2021 17:43:55 +0000 (-0400)
Subject: doc/go1.17: resolve TODO for cmd/cover
X-Git-Tag: go1.17beta1~20
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f753d7223e5c10f53af8bbe5f5558292b08d5e8a;p=gostls13.git
doc/go1.17: resolve TODO for cmd/cover
Updates #32211
Change-Id: Ie38e831fcf557534023afd552d9394fe9e055caa
Reviewed-on: https://go-review.googlesource.com/c/go/+/325909
Trust: Bryan C. Mills
Run-TryBot: Bryan C. Mills
TryBot-Result: Go Bot
Reviewed-by: Dmitri Shuralyov
Reviewed-by: Emmanuel Odeke
---
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 8b0fcea29d..ac315d4727 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -277,10 +277,6 @@ Do not send CLs removing the interior tags from such phrases.
mod
download
all
.
-
- TODO: https://golang.org/cl/249759: cmd/cover: replace code using optimized golang.org/x/tools/cover
-
-
Vet
@@ -291,6 +287,14 @@ Do not send CLs removing the interior tags from such phrases.
TODO: complete the Vet section
+Cover
+
+
+ The cover
tool now uses an optimized parser
+ from golang.org/x/tools/cover
, which may be noticeably faster
+ when parsing large coverage profiles.
+
+
Compiler