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