Pointers
A pointer holds the memory address of a value.
Declaration
There is no pointer arithmetic in Go, unlike C.
Example
Last updated
A pointer holds the memory address of a value.
There is no pointer arithmetic in Go, unlike C.
Last updated