Pointer to a struct in Golang
Pointers are a useful entity that stores a memory address in it. Structs are the building blocks of data structures in Go. In this post, we are going to explore pointers to a struct in Golang. Pointer to a Struct Syntax The syntax of a pointer to a struct is just like any other pointer. […]
Pointer to a struct in Golang Read More »