[Inefficiency of] using a calculated value in for loop condition

Btw, use range

for _, arg := range os.Args[1:] { ... }
2 Likes