Skip to content

refactor: replace interface{} with any#234

Closed
yumosx wants to merge 1 commit intosipeed:mainfrom
yumosx:replace
Closed

refactor: replace interface{} with any#234
yumosx wants to merge 1 commit intosipeed:mainfrom
yumosx:replace

Conversation

@yumosx
Copy link
Copy Markdown
Contributor

@yumosx yumosx commented Feb 15, 2026

use gofmt -w -r 'interface{} -> any' ., replace interface{} with any

@Leeaandrob
Copy link
Copy Markdown
Collaborator

@Zepan This PR replaces interface{} with any across the codebase (+572/-572). While any is the modern Go alias, this is purely cosmetic and touches 572 lines — creating merge conflicts with virtually every other open PR.

Recommendation: Defer to a stabilization window. The change is correct but the timing is wrong — with 68+ open PRs, a 572-line cosmetic refactor would cause massive conflict churn. Run this after a batch of PRs are merged.

@xiaket
Copy link
Copy Markdown
Collaborator

xiaket commented Feb 22, 2026

dup of #435, closing

@xiaket xiaket closed this Feb 22, 2026
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.

3 participants