punused
punused copied to clipboard
Finds unused _exported_ Go symbols in a project. Backed by gopls.
Results
2
punused issues
Sort by
recently updated
recently updated
newest added
Default glob pattern here https://github.com/bep/punused/blob/main/main.go#L14 is `**/*.go` which, according to [docs](https://pkg.go.dev/github.com/gobwas/glob#Compile), matches all go files except files in current directory (because `**` is any sequence of characters and names like...
Hi, thank you for this amazing tool. There is no other tool helping to find unused exported methods. But i got some false positive alerts in my project: - It...