Cannot handle packages which contains asm file
bobotu opened this issue · 2 comments
bobotu commented
Errcheck returns error when processing packge contains an empty asm file
error: failed to check packages: errors while loading package memdb: [memdb.s:12:35: expected ';', found 'EOF' memdb.s:12:35: expected 'IDENT', found 'EOF' memdb.s:12:35: expected 'package', found 'EOF' -: package ; expected memdb]
It seems like a bug in golang's tools,
I have tried to use the latest version of golang.org/x/tools
and this error goes away.
echlebek commented
We've upgraded the golang.org/x/tools dependency. Can you test with v1.3.0 and see if the issue resolves?
echlebek commented
Assuming this works now, please re-open if you find it's still a problem.