Integrated Go Playground

You can format and share your code, change the Go version, and run your code using the Go playground server.

Tip Screenshot

You can select a piece of code, choose the Open in option, and then click Playground. This will open a scratch file with a toolbar that contains the same options you have when using the Go Playground.

You can format and share your code, change the Go version, run your code using the Go playground server, or run it locally.


Related Resources

Generate tests for generic functions
Use a shortcut to generate test files for your generic functions.
Live Template to write benchmark function
Write benchmarks quicker thanks to the builtin bench live template.
Live Template to create a for loop in benchmark functions
Benchmark loops are repetitive, so let the IDE handle this for you