I am fairly new to go and this example has had me baffled:
import "fmt" func main() { s := []int{2, 3, 5, 7, 11, 13} printSlice(s) //