gobyexample
gobyexample copied to clipboard
Add fuzzing example
Huge fan of Go By Example, I've found it more helpful than the official go docs sometimes :)
I was wondering if there were any plans to add a fuzzing example now that Go 1.18 supports native fuzzing? According to the most recent dev survey, most devs aren't familiar with fuzzing, so I imagine an example of how it works would be a good way to get them started.
We are happy to contribute as well if you're swamped with other work. Let me know if there's a specific process we have to follow or if we should just open a PR
Agree that having a simple fuzzing example would be beneficial. PRs welcome
This would be great.
I would like to contribute on this aspect
Just created a Pr on this
Creating a simple and useful example for fuzzing turns out to be nontrivial. https://github.com/mmcgrana/gobyexample/pull/463 one example of an attempt that didn't go well.