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++ {}.


Related Resources

Generate Tests for Generic Functions
Generate Tests for Generic Functions
Use a shortcut to generate test files for your generic functions.
Integrated Go Playground
Integrated Go Playground
You can format and share your code, change the Go version, and run your code using the Go playground server.
Live Template to Write Benchmark Functions
Live Template to Write Benchmark Functions
Write benchmarks quicker thanks to the builtin bench live template.