Skip to content

refactor: replace interface{} with any for clarity and modernization#528

Open
ledigang wants to merge 1 commit intolayer-3:masterfrom
ledigang:master
Open

refactor: replace interface{} with any for clarity and modernization#528
ledigang wants to merge 1 commit intolayer-3:masterfrom
ledigang:master

Conversation

@ledigang
Copy link

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

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

@ledigang
Copy link
Author

@MaxMoskalenko @mnaichuk Hi, Could you please review this PR at your convenience? Thank you very much.

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.

1 participant