DEV Community

Golang: pointers – detailed overview

Arseny Zinchenko on April 20, 2019

What is the pointer? Shortly, the pointer is a variable which stores an address of another variable, where some data is stored. A point...
Collapse
 
setevoy profile image
Arseny Zinchenko

Thanks, Nick :-)
Will add a few more soon.