mdempsky / unconvert

Remove unnecessary type conversions from Go source
BSD 3-Clause "New" or "Revised" License
377 stars 26 forks source link

Missing type for functions reported without function name and other details #51

Open pravarag opened 3 years ago

pravarag commented 3 years ago

I've been using unconvert to scan couple of Go files which I have in my local. And upon running I'm getting info like,

Missing type for function
Missing type for function
Missing type for function
Missing type for function
Missing type for function
Missing type for function
Missing type for function
Missing type for function
Missing type for function
Missing type for function
Missing type for function

without any more detailed output or further information as which function or line number. I'm not sure whether this is the normal behavior or expected output.

mvdan commented 2 years ago

Are you still running into this problem? If so, can you share steps to reproduce the issue?