@jranson
Now that the project has been updated to Go 1.25, I will refactor the current usage of WaitGroup to adopt the more idiomatic approach recommended in this version.
The goal of this change is to improve readability, maintainability, and consistency across the codebase, ensuring that contributors and users benefit from clearer concurrency patterns.
Expected outcome:
-
WaitGroup usage follows Go 1.25 idiomatic patterns.
-
Code is easier to read and reason about.
-
The project stays consistent with current Go standards.
@jranson
Now that the project has been updated to Go 1.25, I will refactor the current usage of WaitGroup to adopt the more idiomatic approach recommended in this version.
The goal of this change is to improve readability, maintainability, and consistency across the codebase, ensuring that contributors and users benefit from clearer concurrency patterns.
Expected outcome:
WaitGroup usage follows Go 1.25 idiomatic patterns.
Code is easier to read and reason about.
The project stays consistent with current Go standards.