Skip to content

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

Merged
puellanivis merged 1 commit into
pkg:masterfrom
MD-Mushfiqur123:refactor/interface-to-any
Jun 8, 2026
Merged

refactor: replace interface{} with any (Go 1.18+)#652
puellanivis merged 1 commit into
pkg:masterfrom
MD-Mushfiqur123:refactor/interface-to-any

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown
Contributor

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

@puellanivis puellanivis merged commit dda3848 into pkg:master Jun 8, 2026
4 checks passed
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.

2 participants