I store some Individual objects in a slice. Before appending it to the slice I print the name of the Individual object.
Individual
After I have stored
See https://play.golang.org/p/eg8oYDV6Xx p1 and p2 are already addresses, you don't need to their address (address of address), just print p1 and p2 - they'll be the same as you can see.