Closed
Description
Welcome
- Yes, I've searched similar issues on GitHub and didn't find any.
- I agree to follow this project's Code of Conduct
Your feature request related to a problem? Please describe
When a new person takes over a large project, it will be painful if there are no comments. This is how I feel that necessary comments need to be provided for public types, variables, functions or methods to facilitate the new person to quickly familiarize themselves with the project.
Describe the solution you'd like
use go/analyze package to recursive traversal ast comment or documention node. if empty the comment and documention node, then call reportf
. the link of https://github.com/cold-bin/declaration-comment is my implement
Describe alternatives you've considered
nothing, this way can solve no comments of many complex type
Additional context
No response
Supporter
- I am a sponsor through GitHub or OpenCollective