Add API to check if Decoder's Reader has reached EOF #541
Annotations
2 errors and 3 warnings
Run linter:
decoder.go#L54
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
Run linter
issues found
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/avro/avro. Supported file pattern: go.sum
|
Run linter:
decoder.go#L52
exported: comment on exported method Decoder.IsEof should be of the form "IsEof ..." (revive)
|
Run linter:
decoder.go#L53
var-naming: method IsEof should be IsEOF (revive)
|
Loading