Array literal in Go June 1, 2021 This creates an array of length 2, note that we don’t need to specify the length explicitly. [...]int{1, 2}