
@chimeracoder ("@chimeracoder@mastodon.social🦦 🏳️🌈") wrote:
Is there a userland tool for finding unused Go code? (e.g. functions that are never called)
Looks like staticcheck no longer performs whole program analysis - otherwise that's exactly what I need.
#golang