Skip to content

refactor: replace interface{} with any (Go 1.18+)#3896

Open
MD-Mushfiqur123 wants to merge 1 commit into
google:masterfrom
MD-Mushfiqur123:refactor/interface-to-any
Open

refactor: replace interface{} with any (Go 1.18+)#3896
MD-Mushfiqur123 wants to merge 1 commit into
google:masterfrom
MD-Mushfiqur123:refactor/interface-to-any

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

Replace all occurrences of interface{} with the equivalent any type alias introduced in Go 1.18.

This is a mechanical refactoring with no behavioral changes.

Fixes are limited to type literal usage only (not interface definitions).

@MD-Mushfiqur123 MD-Mushfiqur123 requested a review from a team as a code owner June 15, 2026 01:32
@MD-Mushfiqur123 MD-Mushfiqur123 requested a review from AlCutter June 15, 2026 01:32
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