Skip to content

Remove unnecessary range variable capture workaround#150

Closed
nu0ma wants to merge 1 commit intocloudspannerecosystem:masterfrom
nu0ma:refactor-range-variable-capture
Closed

Remove unnecessary range variable capture workaround#150
nu0ma wants to merge 1 commit intocloudspannerecosystem:masterfrom
nu0ma:refactor-range-variable-capture

Conversation

@nu0ma
Copy link
Copy Markdown

@nu0ma nu0ma commented Aug 11, 2025

WHAT

SSIA

WHY

Go 1.22+ resolves the loop variable capture issue.
Since this repository targets Go 1.23.1, the redundant variable shadowing (stmt := stmt) has been removed.

@google-cla
Copy link
Copy Markdown

google-cla Bot commented Aug 11, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@nu0ma nu0ma closed this Apr 15, 2026
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