Add test #20
Annotations
10 errors and 1 warning
golangci-lint:
code/parser.go#L280
p.ReadUint8 undefined (type *codeParser has no field or method ReadUint8) (typecheck)
|
golangci-lint:
code/parser.go#L303
p.ReadUint8 undefined (type *codeParser has no field or method ReadUint8) (typecheck)
|
golangci-lint:
code/parser.go#L333
p.ReadUint16 undefined (type *codeParser has no field or method ReadUint16) (typecheck)
|
golangci-lint:
code/parser.go#L346
p.ReadUint8 undefined (type *codeParser has no field or method ReadUint8) (typecheck)
|
golangci-lint:
code/parser.go#L379
p.ReadUint32 undefined (type *codeParser has no field or method ReadUint32) (typecheck)
|
golangci-lint:
code/parser.go#L415
p.ReadUint32 undefined (type *codeParser has no field or method ReadUint32) (typecheck)
|
golangci-lint:
code/parser.go#L424
p.ReadUint32 undefined (type *codeParser has no field or method ReadUint32) (typecheck)
|
golangci-lint:
parser.go#L61
p.ReadBytes undefined (type *Parser has no field or method ReadBytes) (typecheck)
|
golangci-lint:
parser.go#L72
p.ReadUint16 undefined (type *Parser has no field or method ReadUint16) (typecheck)
|
golangci-lint:
parser.go#L81
p.ReadUint16 undefined (type *Parser has no field or method ReadUint16) (typecheck)
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/classfile-parser/classfile-parser. Supported file pattern: go.sum
|
The logs for this run have expired and are no longer available.
Loading