From: Ian Lance Taylor Date: Tue, 7 Dec 2021 17:50:44 +0000 (-0800) Subject: doc/go1.18: move fuzzing to tools section X-Git-Tag: go1.18beta1~55 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a19e72cb89fd33e5bf1474887e267806f65b7a40;p=gostls13.git 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 Run-TryBot: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Katie Hockman Trust: Katie Hockman --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 06c6786bf2..10a05ad886 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -112,27 +112,6 @@ Do not send CLs removing the interior tags from such phrases. programs is likely very small.

-

Fuzzing

- -

- Go 1.18 includes an implementation of fuzzing as described by - the fuzzing proposal. -

- -

- See the fuzzing landing page to get - started. -

- -

- 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 - $GOCACHE/fuzz 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). -

-

Ports

AMD64

@@ -183,6 +162,27 @@ Do not send CLs removing the interior tags from such phrases.

Tools

+

Fuzzing

+ +

+ Go 1.18 includes an implementation of fuzzing as described by + the fuzzing proposal. +

+ +

+ See the fuzzing landing page to get + started. +

+ +

+ 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 + $GOCACHE/fuzz 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). +

+

Go command