Understanding Pointers in Go.
Introduction
When I started learning the Go programming language, one of the topics that confused me for a while was Pointers.
I was perplexed as to why pointers are required, as well as their primary use. I eventually grew used to using pointers whe...
ferns.hashnode.dev4 min read
Iveren Shaguy
Thank you for your easy-to-understand explanation of pointers.