Golang Mistakes: #1 Maps and Memory Leaks
When it comes to software development we always want to ensure our code never uses excessive memory when a function finishes its work. That's why some of the language features like garbage collection (GC) were implemented so that memory leaks do not ...
rezwanul-haque.hashnode.dev8 min read