Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change the for loop to a new for range - part 1 #4996

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pfi79
Copy link
Contributor

@pfi79 pfi79 commented Sep 28, 2024

I suggest replacing the construction:
for i:= ...; i < ...; i++
by the new construction:
for range ...
or
for i := range ...

there are a lot of changes, but I'll break them down into a few pr

Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
@pfi79 pfi79 requested a review from a team as a code owner September 28, 2024 13:30
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