Slice in Go
Compare to an array with a fixed size, the slice is a dynamically-sized, flexible view into the elements of an backing array.
Just points to other values that it stores.
Can only contain the same type of elements.
When a slice is created by slicing ...
phamduyhieu.com2 min read