Skip to content

refactor: replace interface{} with any across ims/ package#86

Merged
telegrapher merged 2 commits intomainfrom
refactor/minor-go-modernization
Mar 2, 2026
Merged

refactor: replace interface{} with any across ims/ package#86
telegrapher merged 2 commits intomainfrom
refactor/minor-go-modernization

Conversation

@telegrapher
Copy link
Collaborator

Summary

  • Replace interface{} with any in ims/register.go, ims/profile.go, and ims/jwt_exchange.go
  • Update stale comment referencing interface{} in JWT exchange metascope documentation
  • Cosmetic change only — any is a type alias for interface{} since Go 1.18, no behavioral impact

Go 1.18 introduced any as an alias for interface{}. This is a
cosmetic change with no behavioral impact.
@telegrapher telegrapher merged commit 681d781 into main Mar 2, 2026
14 checks passed
@telegrapher telegrapher deleted the refactor/minor-go-modernization branch March 2, 2026 16:56
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