To initialize an array in Go, use the following syntax:
var n = [3]int{3, 2, 1} // or n := [3]int{3, 2, 1}