Pointers in Golang – 10+ Things You MUST Know
Pointers are one of the most important building blocks of writing good code. In this post, we are going to explore pointers, what they are, and how can they be used in Go to write excellent code. 1. What is a pointer? A pointer is a variable that stores the address it points to. A […]
Pointers in Golang – 10+ Things You MUST Know Read More »