]> Cypherpunks repositories - gostls13.git/commit
encoding/json: remove legacy fuzz.go file
authorJoe Tsai <joetsai@digital-static.net>
Fri, 24 Feb 2023 09:46:09 +0000 (01:46 -0800)
committerGopher Robot <gobot@golang.org>
Mon, 27 Feb 2023 17:26:54 +0000 (17:26 +0000)
commit8367e2dfc72f626cba75be71112d42fdb2ed82f7
tree27c2a8ff204192e50eb2af6ac28927ee65fa7325
parentfcfbbf2ff68a8997438d82cc2800c4744e908854
encoding/json: remove legacy fuzz.go file

With native support for fuzzing in the Go toolchain,
rely instead on the fuzz tests declared in fuzz_test.go.

Change-Id: I601842cd0bc7e64ea3bfdafbbbc3534df11acf59
Reviewed-on: https://go-review.googlesource.com/c/go/+/471197
Reviewed-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Joseph Tsai <joetsai@digital-static.net>
Auto-Submit: Joseph Tsai <joetsai@digital-static.net>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/encoding/json/fuzz.go [deleted file]