mirror of
https://github.com/coder/coder.git
synced 2026-09-23 14:03:57 +08:00
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.