gofuzz is a library for populating go objects with random values.
.
This is useful for testing:
.
* Do your project's objects really serialize/unserialize correctly in all
cases?
* Is there an incorrectly formatted object that will cause your project to
panic?
.
Import with import "github.com/google/gofuzz"
.
This package contains the source.
Installed Size: 61.4 kB
Architectures: all