Memory Management in GO:
When starting out with any language I think it's essential to understand how it stores variables, functions, data structures, etc. in memory.
Go has two structures where it stores variables/objects from the running program.1. Stack2. HeapStack is a...
akku.hashnode.dev7 min read