Go supports composite types such as array, slice, maps and structures. Composite types are made up of other types – built-in types and user-defined types. In this blog we will deal with arrays and slices. Golang Arrays An array is collection of elements of same data type, for instance an array can be collection of … Continue reading Golang composite data types – Arrays and Slices