Skip to content

refactor: apply go fix modernizers from Go 1.26#461

Merged
gammazero merged 1 commit intomainfrom
modernize-code
Feb 17, 2026
Merged

refactor: apply go fix modernizers from Go 1.26#461
gammazero merged 1 commit intomainfrom
modernize-code

Conversation

@gammazero
Copy link
Contributor

This PR applies automated refactoring from go 1.26 (go fix ./...):

  • interface{} to any, slices.Contains, range loops, maps.Copy, and other idiomatic updates.

This PR applies automated refactoring from go 1.26 (go fix ./...):

- `interface{}` to `any`, `slices.Contains`, `range` loops, `maps.Copy`, and other idiomatic updates.
@gammazero gammazero merged commit f345282 into main Feb 17, 2026
13 of 15 checks passed
@gammazero gammazero deleted the modernize-code branch February 17, 2026 04:02
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

Comments