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:
Jean de Klerk 2020-01-29 17:39:26 -07:00
parent 6c0545ab83
commit 96002cd25c

View file

@ -304,10 +304,9 @@ appropriately.)
graphic characters and spaces.
</p>
<h4 id="go.mod">Testing</h4>
<!-- golang.org/issue/24929 -->
<h4 id="go-test">Testing</h4>
<p>
<p><!-- golang.org/issue/24929 -->
<code>go test -v</code> now streams <code>t.Log</code> output as it happens,
rather than at the end of all tests.
</p>