aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKatie Hockman <katie@golang.org>2022-02-04 17:11:18 -0500
committerKatie Hockman <katie@golang.org>2022-02-04 22:27:25 +0000
commit56a539724809122ecee26acddc3b8a7b775afed6 (patch)
tree82ffc4e63631e478e4e846c023ca7aad714f34dc /src
parent2aafd9ea179ec308607c131dbda438abac2b9184 (diff)
downloadgo-56a539724809122ecee26acddc3b8a7b775afed6.tar.xz
testing: remove TODO and link to fuzz docs
Change-Id: I3f5ee9629b0b0f3f29a021a656dbf3bca27e582d Reviewed-on: https://go-review.googlesource.com/c/go/+/383415 Trust: Katie Hockman <katie@golang.org> Run-TryBot: Katie Hockman <katie@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/testing/testing.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/testing.go b/src/testing/testing.go
index a8c8122aa7..df4dfe4490 100644
--- a/src/testing/testing.go
+++ b/src/testing/testing.go
@@ -202,8 +202,7 @@
// mode, the fuzz test acts much like a regular test, with subtests started
// with F.Fuzz instead of T.Run.
//
-// TODO(#48255): write and link to documentation that will be helpful to users
-// who are unfamiliar with fuzzing.
+// See https://go.dev/doc/fuzz for documentation about fuzzing.
//
// Skipping
//