Closed RiRa12621 closed 4 years ago
https://github.com/google/gofuzz/blob/5aecaa288b42b0bf7c2682d454a7c8a3ff18460e/example_test.go#L249
Implementing the fuzzer like this will cause go vet to fail, which can be annoying if anyone want to include this in their test suite
go vet
https://github.com/google/gofuzz/blob/5aecaa288b42b0bf7c2682d454a7c8a3ff18460e/example_test.go#L249
Implementing the fuzzer like this will cause
go vet
to fail, which can be annoying if anyone want to include this in their test suite