GoLang Tutorial 19: Mastering Slicing Array and Slice



GoLang Tutorial 19: Mastering Slicing Array and Slice

GoLang Tutorial 19: Mastering Slicing Array and Slice

Welcome to lesson 19 of our GoLang course. In this lesson, we are going to cover the slice expression. The slice expression is used to create a slice from an existing slice or an array.

We will cover the theory of how it works behind the scenes and look at some examples.

Go Slicing Playground: [https://go.dev/tour/moretypes/7]

Please feel free to ask any questions you may have. Post a comment under the video or reach out to the Discord server:

Discord Community: [https://discord.gg/hrBmKjyB]

Attributions:
Gopher Images: [https://github.com/egonelbre/gophers]

Comments are closed.