Roadmap to becoming a developer in 2022
 
 
 
 
 

677 B

Slices

Slices are similar to arrays but are more powerful and flexible. Like arrays, slices are also used to store multiple values of the same type in a single variable. However, unlike arrays, the length of a slice can grow and shrink as you see fit.

Free Content

Go Slices Slices in Go Learn Go Programming - Slices (by freeCodeCamp on YouTube)