Go Pointers
Pointers are a fundamental and necessary aspect of Golang. They allow us to manipulate memory and data structures from a simple level, without needing to know the specifics of some more abstract data structures.
This article will cover Go pointers, t...
rezwanul-haque.hashnode.dev12 min read