refactor: use a more modern writing style to simplify code#3834
refactor: use a more modern writing style to simplify code#3834dmaluka merged 1 commit intomicro-editor:masterfrom
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.
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 <deepdrink@icloud.com>
|
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.