Use range
over int
after 1.22 upgrade #265
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#265
Loading…
Reference in a new issue
No description provided.
Delete branch "elebedeva/frostfs-sdk-go:feat/range-over-int-go1.22"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Relates to TrueCloudLab/frostfs-node#1317
Since Go 1.22 a
for
statement with arange
clause is able to iterate through integer values from zero to an upper limit.Files were changed via
gopatch
with a script:Signed-off-by: Ekaterina Lebedeva ekaterina.lebedeva@yadro.com
range
over int