Create and return array inline

return []int{1, 2, 3}
// empty array
return []int{}