Arrays in Go have a fixed size. As such they are used rarely.

In most cases we use slices which can grow and shrink their size.

Zero value of an array is array with values set to their zero value.

Learn more about arrays.

Array basics

https://codeeval.dev/gist/7ceecf84840854ee6b9da4d97f41255a