Skip to content

cleanups#27

Merged
freeformz merged 1 commit intomainfrom
ffz/go125-stdlib-updates
Feb 16, 2026
Merged

cleanups#27
freeformz merged 1 commit intomainfrom
ffz/go125-stdlib-updates

Conversation

@freeformz
Copy link
Owner

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modernizes the codebase by replacing deprecated type syntax and refactoring concurrency test patterns to use newer Go features.

Changes:

  • Replaced all instances of interface{} with any in sync.go Range callback signatures
  • Refactored testSetConcurrency to use sync.WaitGroup.Go() method instead of manual Add/Done pattern

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
sync.go Updated three Range callback signatures from interface{} to any type alias
set_test.go Refactored concurrency test to use sync.WaitGroup.Go() method, removing manual Add/Done calls

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@freeformz freeformz merged commit 5d51eae into main Feb 16, 2026
15 checks passed
@freeformz freeformz deleted the ffz/go125-stdlib-updates branch February 16, 2026 01:26
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