https://ikristina.github.io/blog/variables-escape-to-the-heap/
#go #golang
Learn how to identify when variables escape to the heap in Go using -gcflags and how to interpret the garbage collector's output.