mirror of https://github.com/golang/go.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 <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:
parent
9498b0155d
commit
f753d7223e
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue