// skipping Fuzz_Bits_Check because parameters include func, chan, or unsupported interface: github.com/sirupsen/logrus.FieldLogger
^^ the project I'm testing out fzgen w/ to setup fuzzers in uses l logrus.FieldLogger as the first argument to 90% of it's functions - I suppose maybe I should see how they test things...
// skipping Fuzz_Bits_Check because parameters include func, chan, or unsupported interface: github.com/sirupsen/logrus.FieldLogger
^^ the project I'm testing out fzgen w/ to setup fuzzers in uses
l logrus.FieldLogger
as the first argument to 90% of it's functions - I suppose maybe I should see how they test things...