Michael Tseitlin
Results
1
comments of
Michael Tseitlin
`continue` used in the fix suggested skips reading the element bytes and thus makes the subsequent stream inconsistent. Instead the suggested ``` if !ok { fields = append(fields, DecodedField{ ID:...