Go Lang Notes


Arrays

  1. single type
  2. fixed length
  3. numbered sequence

Define new array

examples: - var x [5]int - var x [5]float64