Hey everyone,
I came across a useful Go package for identifying and cleaning up dead code in projects. Thought it might be helpful for those working on large or evolving codebases.
https://pkg.go.dev/github.com/go-fynx/deadcode
It helps detect unused functions, variables, and code paths, making it easier to keep your codebase clean and maintainable.
Would be great to hear if anyone has tried it or has similar tools to recommend.