Skip to content

Conversation

@mtlynch
Copy link
Owner

@mtlynch mtlynch commented Jan 23, 2026

Update code to use the 'any' type alias instead of 'interface{}'. The 'any' alias was introduced in Go 1.18 and is the preferred modern style for representing the empty interface type.

This is a purely cosmetic change with no functional difference.

Update code to use the 'any' type alias instead of 'interface{}'.
The 'any' alias was introduced in Go 1.18 and is the preferred
modern style for representing the empty interface type.

This is a purely cosmetic change with no functional difference.

Co-authored-by: Shelley <shelley@exe.dev>
@mtlynch mtlynch enabled auto-merge (squash) January 23, 2026 00:48
@mtlynch mtlynch merged commit efe9be7 into master Jan 23, 2026
9 checks passed
@mtlynch mtlynch deleted the modernize/any-type-alias branch January 23, 2026 00:50
@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants