]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.18: mention testing.F in testing package section
authorIan Lance Taylor <iant@golang.org>
Tue, 21 Dec 2021 22:33:47 +0000 (14:33 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Dec 2021 18:38:41 +0000 (18:38 +0000)
For #47694

Change-Id: I27d88d864319bd8dbabfa6675a6abf2f74c50717
Reviewed-on: https://go-review.googlesource.com/c/go/+/373914
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Trust: Katie Hockman <katie@golang.org>

doc/go1.18.html

index cea45542db16f986ce853e6d3a72fc04e7aae619..a1d1a72552592ea7600c4630477e00705c336b38 100644 (file)
@@ -913,6 +913,12 @@ Do not send CLs removing the interior tags from such phrases.
       existing tests in the unlikely case that a test changes the set of subtests
       that are run each time the test function itself is run.
     </p>
+
+    <p><!-- CL 251441 -->
+      The new <a href="/pkg/testing#F"><code>testing.F</code></a> type
+      is used by the new <a href="#fuzzing">fuzzing support described
+      above</a>.
+    </p>
   </dd>
 </dl><!-- testing -->