Main
Lessons
Go Lang Notes
Arrays
single type
fixed length
numbered sequence
Define new array
examples: -
var x [5]int
-
var x [5]float64
builtin function
append()
builtin function
len()