Hacker News new | ask | show | jobs
by andrei 1390 days ago
As of go 1.18, fuzzing is built into the toolchain itself, and is what we're using in this post.

We go over the basics here [0], if you'd like to start at the beginning

[0]: https://blog.fuzzbuzz.io/go-fuzzing-basics/

2 comments

Thanks!
Great, will take a look!