-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
enhancementgood first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement
Description
Requirement
Remove dead code from the repository
Proposal
Use official deadcode
tool to identify unused code https://mfbmina.dev/en/posts/golang-deadcode/. It currently lists quite a few functions and packages.
Recommended process
- Run deadcode tool and pick ONE package to focus on.
- Post a comment to this issue stating which package you're working on
- Do not just delete the package / function, do some research first
- find where (which PR) the function was introduced and what was using it & why
- ideally find the PR in which that usage was removed without removing the function itself
- post your findings in the comments to validate with maintainers that it's ok to delete
Metadata
Metadata
Assignees
Labels
enhancementgood first issueGood for beginnersGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementFeatures that maintainers are willing to accept but do not have cycles to implement