This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Description
Specifically in my usecase I want to make sure all the struct is fuzzed always with non-zero values.
Currently I have no way to check this except checking the fuzz output every time after it runs - seems like it could be put using reflect in the generator and would be somewhat similar to the Nil option?