]> Cypherpunks repositories - gostls13.git/commitdiff
testing: remove TODO and link to fuzz docs
authorKatie Hockman <katie@golang.org>
Fri, 4 Feb 2022 22:11:18 +0000 (17:11 -0500)
committerKatie Hockman <katie@golang.org>
Fri, 4 Feb 2022 22:27:25 +0000 (22:27 +0000)
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>

src/testing/testing.go

index a8c8122aa7c41cd98086f61ade66094ccaf63775..df4dfe4490439e89c9a15e9f5b241805ec897d6b 100644 (file)
 // 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
 //