Pointers

This lesson discusses pointers and how to pass them as arguments in GO

We'll cover the following...

Go and Pointers

Go has pointers, but no pointer arithmetic. Struct fields can be accessed through a struct pointer. The indirection through the pointer is transparent ...