Series / Go Internals

Go Internals

Tutorial
Go
Linux
Visual Guide to Slices in Go
March 25, 2024
tutorial
go
18 min read
This visual guide shows how slices work under the hood in Go, covers slice creation, manipulation using make and append, how capacity grows, and slicing syntax for creating new slices from existing ones.