-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feature: modify existed comments if necessary #16
Conversation
@Bin-Huang Thanks for the PR! I will take a look once I'm back to my laptop. But it's easier if you can split the PR into multiple ones, witch each of them implement 1 feature only. Thank you! |
Actually there is only 1 feature here. And I just wrote 3 notes about this feature above. Maybe my issue layout is confused. 😄 |
By the way, the new version |
@Bin-Huang Thanks for clarifying and your contribution, LGTM! |
Add the missed name prefix to the existed comment
Original code:
Using
gocmt
give you:Make existed comment to fit the template
Original code:
Using
gocmt
give you:Works well in multi-line comment
Original code:
Using
gocmt
give you:Take care of the marker comment
Original code:
Using
gocmt
give you: