Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fuzzing example #421

Open
andofcourse opened this issue Apr 21, 2022 · 5 comments
Open

Add fuzzing example #421

andofcourse opened this issue Apr 21, 2022 · 5 comments

Comments

@andofcourse
Copy link

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

@eliben
Copy link
Collaborator

eliben commented Apr 23, 2022

Agree that having a simple fuzzing example would be beneficial. PRs welcome

@kderck
Copy link

kderck commented Jul 23, 2022

This would be great.

@Philip-21
Copy link

I would like to contribute on this aspect

@Philip-21
Copy link

Just created a Pr on this

@eliben
Copy link
Collaborator

eliben commented Apr 1, 2023

Creating a simple and useful example for fuzzing turns out to be nontrivial. #463 one example of an attempt that didn't go well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants