golang what happens when you append to a slice code example Example: go add to slice var s []int s = append(s, 0)