Skip to content

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

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+)#443
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 all occurrences of interface{} with any across 17 files, now that the module requires Go 1.21.

@CLAassistant

CLAassistant commented Jun 14, 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 b96c1f4 to 6701b46 Compare June 15, 2026 10:09
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