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 <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>
This commit is contained in:
Bryan C. Mills 2021-06-07 13:43:55 -04:00 committed by Emmanuel Odeke
parent 9498b0155d
commit f753d7223e
1 changed files with 8 additions and 4 deletions

View 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>. <code>mod</code> <code>download</code> <code>all</code>.
</p> </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> <h3 id="vet">Vet</h3>
<p><!-- CL 299532 --> <p><!-- CL 299532 -->
@ -291,6 +287,14 @@ Do not send CLs removing the interior tags from such phrases.
TODO: complete the Vet section TODO: complete the Vet section
</p> </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> <h2 id="compiler">Compiler</h2>
<p><!-- golang.org/issue/40724 --> <p><!-- golang.org/issue/40724 -->