mirror of
https://github.com/coder/coder.git
synced 2026-06-03 21:18:24 +00:00
92a6d6c2c0
Since Go 1.22, the loop variable capture issue is resolved. Variables declared by for loops are now per-iteration rather than per-loop, making the 'v := v' pattern unnecessary.