Skip to content

Conversation

@fengyuchuanshen
Copy link
Contributor

This change replaces occurrences of interface{} with the predeclared identifier any, introduced in Go 1.18 as an alias for interface{}.
As noted in the Go 1.18 Release Notes:
This improves readability and aligns the codebase with modern Go conventions.

Signed-off-by: fengyuchuanshen <fengyuchuanshen@outlook.com>
@fengyuchuanshen fengyuchuanshen requested a review from a team as a code owner November 4, 2025 15:32
@graphite-app
Copy link

graphite-app bot commented Nov 4, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • Queue - adds this PR to the back of the merge queue
  • Hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@macroscopeapp
Copy link

macroscopeapp bot commented Nov 4, 2025

Replace tracing.SpanTag parameter type from interface{} to any in pkg/tracing/tracing.go to modernize typing

Update the value parameter type of tracing.SpanTag to any in tracing.go.

📍Where to Start

Start with the tracing.SpanTag function in tracing.go.


📊 Macroscope summarized 5121afc. 1 file reviewed, 0 issues evaluated, 0 issues filtered, 0 comments posted. View details

@mkysel mkysel merged commit b475cea into xmtp:main Nov 4, 2025
12 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