Golang Array, Slices and append

I was surprised when using golang’s array in my tests (due to the interesting relationship between arrays/slices and the append function). Shoutout to my colleague Andrew for breaking it down for me! This is a quick demo - before hitting run, try guessing the output of the final fmt.Println call

go.dev/play/p/sp…

Peter Tran @PeterTran