Hacker News new | ask | show | jobs
by KingOfCoders 1388 days ago
Is there a open source fuzzing framework for Go?
1 comments

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/

Thanks!
Great, will take a look!