Open tzachshabtay opened 1 year ago
This adds a new property to the fuzzer: AllowUnsupportedFields. If used, when the fuzzer sees an unsupported field (like an interface, func or a channel) it will ignore it instead of panic. This resolves #27
AllowUnsupportedFields
Description
This adds a new property to the fuzzer:
AllowUnsupportedFields
. If used, when the fuzzer sees an unsupported field (like an interface, func or a channel) it will ignore it instead of panic. This resolves #27