You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: