Pointers in Go
Introduction to Pointers
As we have learned, a variable is a named location in memory that stores a value.
When we assign a value to a variable, we are storing that value in a specific location in memory.
We can manipulate the value of a variable by ...
go-lang.hashnode.dev6 min read