What is the zero value of var s []int?
var s []int
An undefined value that cannot be compared with nil
nil
A fixed-length [0]int array
[0]int
A slice containing one integer zero
A nil slice