[go] doc/go1.18: move fuzzing to tools section

2 views
Skip to first unread message

Ian Lance Taylor (Gerrit)

unread,
Dec 7, 2021, 11:14:05 PM12/7/21
to goph...@pubsubhelper.golang.org, golang-...@googlegroups.com, Katie Hockman, Gopher Robot, golang-co...@googlegroups.com

Ian Lance Taylor submitted this change.

View Change


Approvals: Katie Hockman: Looks good to me, approved; Trusted Ian Lance Taylor: Trusted; Run TryBots Gopher Robot: TryBots succeeded
doc/go1.18: move fuzzing to tools section

For #47694

Change-Id: Idab1a5822a096447c71776ee4339c4262183ceb7
Reviewed-on: https://go-review.googlesource.com/c/go/+/370034
Trust: Ian Lance Taylor <ia...@golang.org>
Run-TryBot: Ian Lance Taylor <ia...@golang.org>
TryBot-Result: Gopher Robot <go...@golang.org>
Reviewed-by: Katie Hockman <ka...@golang.org>
Trust: Katie Hockman <ka...@golang.org>
---
M doc/go1.18.html
1 file changed, 38 insertions(+), 21 deletions(-)

diff --git a/doc/go1.18.html b/doc/go1.18.html
index 06c6786..10a05ad 100644
--- a/doc/go1.18.html
+++ b/doc/go1.18.html
@@ -112,27 +112,6 @@
programs is likely very small.
</p>

-<h3 id="fuzzing">Fuzzing</h3>
-
-<p>
- Go 1.18 includes an implementation of fuzzing as described by
- <a href="https://golang.org/issue/44551">the fuzzing proposal</a>.
-</p>
-
-<p>
- See the <a href="https://go.dev/doc/fuzz">fuzzing landing page</a> to get
- started.
-</p>
-
-<p>
- Please be aware that fuzzing can consume a lot of memory and may impact your
- machine’s performance while it runs. Also be aware that the fuzzing engine
- writes values that expand test coverage to a fuzz cache directory within
- <code>$GOCACHE/fuzz</code> while it runs. There is currently no limit to the
- number of files or total bytes that may be written to the fuzz cache, so it
- may occupy a large amount of storage (possibly several GBs).
-</p>
-
<h2 id="ports">Ports</h2>

<h3 id="amd64">AMD64</h3>
@@ -183,6 +162,27 @@

<h2 id="tools">Tools</h2>

+<h3 id="fuzzing">Fuzzing</h3>
+
+<p>
+ Go 1.18 includes an implementation of fuzzing as described by
+ <a href="https://golang.org/issue/44551">the fuzzing proposal</a>.
+</p>
+
+<p>
+ See the <a href="https://go.dev/doc/fuzz">fuzzing landing page</a> to get
+ started.
+</p>
+
+<p>
+ Please be aware that fuzzing can consume a lot of memory and may impact your
+ machine’s performance while it runs. Also be aware that the fuzzing engine
+ writes values that expand test coverage to a fuzz cache directory within
+ <code>$GOCACHE/fuzz</code> while it runs. There is currently no limit to the
+ number of files or total bytes that may be written to the fuzz cache, so it
+ may occupy a large amount of storage (possibly several GBs).
+</p>
+
<h3 id="go-command">Go command</h3>

<p><!-- golang.org/issue/43684 -->

To view, visit change 370034. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: Idab1a5822a096447c71776ee4339c4262183ceb7
Gerrit-Change-Number: 370034
Gerrit-PatchSet: 2
Gerrit-Owner: Ian Lance Taylor <ia...@golang.org>
Gerrit-Reviewer: Gopher Robot <go...@golang.org>
Gerrit-Reviewer: Ian Lance Taylor <ia...@golang.org>
Gerrit-Reviewer: Katie Hockman <ka...@golang.org>
Gerrit-MessageType: merged
Reply all
Reply to author
Forward
0 new messages