Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Go Fuzz Example

This repository includes a fuzz test example written in Go.

To run the fuzz test

go test -fuzz=FuzzEqual ./...

There is currently a failing case in the /testdate directory. That failing case will be part of the seed corpus for any subsequent calls. You can remove that failing case file in order to remove it from the seed corpus.

About

A Go fuzz test example

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages