Visualize Go slices and arrays
Expore the connection between slices and arrays by generating diagrams from Go code.
-
1Play with the code in the editor below.
-
2Pass arrays and slices to the Visualize function.The signature of this function looks like
Visualize(vals ...any)
. The values must be slices or pointers to arrays. -
3Click the visualize button to update the diagram.
editor
Options
output
Get my free newsletter every second week
Used by 500+ developers to boost their Go skills.
"I'll share tips, interesting links and new content. You'll also get a brief guide to time for developers for free."
Willem Schots