Slices in Golang (Part-1)
Feb 22, 2025 · 8 min read · Slice is the object which contains the metadata of underlying array.It has 3 fields. Pointer to underlying array.It reference the first element of underlying array. Length or number of elements the slice has. Capacity of the slice.It defines the s...
Join discussion















