3rf / codecoroner

tool for detecting unused functions and variables in Go source code
http://kyleerf.com
141 stars 22 forks source link

Any pragma approach to prevent a function from being marked as unused? #16

Open rfay opened 7 years ago

rfay commented 7 years ago

Many static analysis tools have ways to explicitly say "don't bother with this" in the code. Is there any way in my code to say "ignore this function please, codecoroner"?

Thanks!