How to create a pointer variable in Go or Golang?
Originally Published Here ๐!
To create a pointer variable in Go or Golang, you can use the var keyword followed by the pointer variable name and then the * symbol (asterisk), and finally, the type of the variable you need to hold the memory address ...
melvingeorge-me.hashnode.dev3 min read