Skip to content

Conversation

@romshark
Copy link
Contributor

@romshark romshark commented Dec 22, 2025

Upgrade to Go 1.25.5 and overall code base modernization.

  • Use new built-in min and max where possible.
  • Use new reflect.TypeFor where possible.
  • Use new range over int where possible.
  • Use new WaitGroup.Go method where possible.
  • Rename func min(a, b time.Time) time.Time to minTime to avoid a naming conflict with the new built-in min.

The code changes are purely cosmetic.

@romshark romshark changed the title chore: Upgrade to Go 1.25 and modernize code base chore: upgrade to go 1.25 and modernize code base Dec 22, 2025
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