]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.17: resolve TODO for cmd/cover
authorBryan C. Mills <bcmills@google.com>
Mon, 7 Jun 2021 17:43:55 +0000 (13:43 -0400)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Tue, 8 Jun 2021 19:41:01 +0000 (19:41 +0000)
Updates #32211

Change-Id: Ie38e831fcf557534023afd552d9394fe9e055caa
Reviewed-on: https://go-review.googlesource.com/c/go/+/325909
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
doc/go1.17.html

index 8b0fcea29d13f063f2b16989fca9dff9bb21c2dc..ac315d47279e4495ea788be5f6efae09513ea160 100644 (file)
@@ -277,10 +277,6 @@ Do not send CLs removing the interior tags from such phrases.
   <code>mod</code> <code>download</code> <code>all</code>.
 </p>
 
-<p><!-- CL 249759 -->
-  TODO: <a href="https://golang.org/cl/249759">https://golang.org/cl/249759</a>: cmd/cover: replace code using optimized golang.org/x/tools/cover
-</p>
-
 <h3 id="vet">Vet</h3>
 
 <p><!-- CL 299532 -->
@@ -291,6 +287,14 @@ Do not send CLs removing the interior tags from such phrases.
   TODO: complete the Vet section
 </p>
 
+<h3 id="cover">Cover</h3>
+
+<p><!-- CL 249759 -->
+  The <code>cover</code> tool now uses an optimized parser
+  from <code>golang.org/x/tools/cover</code>, which may be noticeably faster
+  when parsing large coverage profiles.
+</p>
+
 <h2 id="compiler">Compiler</h2>
 
 <p><!-- golang.org/issue/40724 -->