Go Pointers: Stack vs Heap
https://ikristina.github.io/blog/pointers-stack-vs-heap
Clarifying the misconception that passing pointers always causes heap allocations in Go with practical examples.