Login
From:
www.willem.dev
(Uncensored)
subscribe
Make, Literals and Re-slicing - Go/Golang slice fundamentals
https://www.willem.dev/articles/build-your-own-slice-make-literal-reslice/
links
backlinks
Roast topics
Find topics
Find it!
So far we have only created slices by slicing arrays, but there are more convenient ways to create new slices. In this article we will look at make, literals and re-slicing.