mirror of
https://github.com/golang/go
synced 2024-11-23 07:00:05 -07:00
doc/go1.14: fix id attribute of Testing heading
Some tweaks based on comments from CL 216917. Change-Id: I538ea0dfa947b53d5c4a7135c1aec912b0357083 Reviewed-on: https://go-review.googlesource.com/c/go/+/217121 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
parent
6c0545ab83
commit
96002cd25c
@ -304,10 +304,9 @@ appropriately.)
|
|||||||
graphic characters and spaces.
|
graphic characters and spaces.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4 id="go.mod">Testing</h4>
|
<h4 id="go-test">Testing</h4>
|
||||||
<!-- golang.org/issue/24929 -->
|
|
||||||
|
|
||||||
<p>
|
<p><!-- golang.org/issue/24929 -->
|
||||||
<code>go test -v</code> now streams <code>t.Log</code> output as it happens,
|
<code>go test -v</code> now streams <code>t.Log</code> output as it happens,
|
||||||
rather than at the end of all tests.
|
rather than at the end of all tests.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user