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
 
nickitax profile image
Nick Shulhin

Great article, Arseny!

Very useful for those who are learning Golang 👍

Collapse
 
setevoy profile image
Arseny Zinchenko

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