Skip to content

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

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

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

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

Replace interface{} with any (available since Go 1.18) across 4 files: docs, examples, and analysis pass.

@CLAassistant

CLAassistant commented Jun 15, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Since Go 1.18, `any` is the built-in alias for `interface{}`. This change modernizes the codebase.

Signed-off-by: MD-Mushfiqur123 <[email protected]>
@MD-Mushfiqur123 MD-Mushfiqur123 force-pushed the refactor/interface-to-any branch from d98629b to 4a882c3 Compare June 15, 2026 10:09
@alexandear alexandear mentioned this pull request Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants