ClearPointNZ / go-crufting

Crufting with Go
0 stars 0 forks source link

Session: Fuzz testing #6

Open srkiNZ84 opened 3 years ago

srkiNZ84 commented 3 years ago

As Go might soon be one of the first languages/runtimes to have first class Fuzz testing support (ref: https://go.googlesource.com/proposal/+/master/design/draft-fuzzing.md)

It might be good to have a session to go over how to currently do fuzz testing using either the "gofuzz" or the "go-fuzz" package: https://medium.com/a-journey-with-go/go-fuzz-testing-in-go-deb36abc971f

srkiNZ84 commented 3 years ago

Sample tutorials to maybe walk through: