type fuzzCommand … var fuzzCommandSize … type fuzzOp … const fuzzOpGet … const fuzzOpPut … const fuzzOpDelete … func encode(fc []fuzzCommand) []byte { … } func decode(b []byte) []fuzzCommand { … } func TestEncodeDecode(t *testing.T) { … } func FuzzTable(f *testing.F) { … }