Live Template to Create a for Loop
Benchmark loops are repetitive, so let the IDE handle this for you.
In a Benchmark function, start typing for and select the for loop Live Template from the list that matches the common benchmark loop for i := 0; i < b.N; i++ {}.