Arrays

In Go an array is a collection of elements of the same type with a fixed size defined when the array is created.

Visit the following resources to learn more: