Skip to content

Conversation

@black5box
Copy link

What

This change replaces occurrences of interface{} with the predeclared identifier any, introduced in Go 1.18 as an alias for interface{}.

Why

As noted in the Go 1.18 Release Notes:
This improves readability and aligns the codebase with modern Go conventions.

Known limitations

N

@black5box
Copy link
Author

@Shaptic Thanks for your review! If there's anything need I to do, please feel free to let me know.

@Shaptic
Copy link
Contributor

Shaptic commented Nov 27, 2025

Thank you for the fix! This has been irking me for a while. You'll need to add a fix for the linter complaints (it only complains on old code when you touch it again, unfortunately), but that should be easy! Just unused variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants