Array literal in Go

This creates an array of length 2, note that we don’t need to specify the length explicitly.

[...]int{1, 2}