-
Notifications
You must be signed in to change notification settings - Fork 1.3k
refactor: use a more modern writing style to simplify code #3834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Indeed, as you mentioned, there are some issues with the titles of my PRs. However, since I added changes to replace interface{} with any, I used a new PR title. Please review when you have time. 😄 |
Andriamanitra
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to see interface{} gone, but git grep 'interface{}' still finds a few – some of them are in the documentation so they need to be manually fixed.
|
I'm unsure if Footnotes |
I asked Gemini and it suggested to remove interface{} in |
Signed-off-by: deepdring <[email protected]>
|
Removed. Please review again. |

Optimize code using a more modern writing style. Official support from Go, for more details visit https://pkg.go.dev/golang.org/x/tools/gopls/internal/analysis/modernize.