Skip to content

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

Closed
MD-Mushfiqur123 wants to merge 1 commit into
DataDog:masterfrom
MD-Mushfiqur123:refactor/interface-to-any
Closed

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

Conversation

@MD-Mushfiqur123

Copy link
Copy Markdown

Replace interface{} type literals with any (aliased since Go 1.18) across 4 hand-written source files:

  • cluster/cluster.go
  • cluster/zookeeper/zookeeper.go
  • internal/registry/server/server.go
  • internal/registry/server/tag.go

Proto-generated files are left untouched.

Signed-off-by: god032396-del <god032396@gmail.com>
@MD-Mushfiqur123 MD-Mushfiqur123 force-pushed the refactor/interface-to-any branch from c718a65 to e44ba37 Compare June 13, 2026 02:19
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