google / gofuzz

Fuzz testing for go.
Apache License 2.0
1.5k stars 119 forks source link

UnicodeRanges as shown in example cause `go vet` to fail #56

Closed RiRa12621 closed 4 years ago

RiRa12621 commented 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