Slide 7
Slide 7 text
Arrays in Go are value
types
When you assign an array to a new
variable or pass an array to a
function, the entire array is
copied.
any changes to this copied
array, won't affect the
original array
Try It!
「Trying to make you to fall in love with Golang」 - Arrays
7 / 8
Arrays
Luca Sepe
Software Craftsman, Solution Architect, Trainer
https://twitter.com/lucasepe/
https://github.com/lucasepe/
https://lucasepe.it/