This collection of lessons will cover a variety of topics that teach you how to work with slices and arrays in go. You'll learn how to declare them, create them using literal syntax, iterate over them, add to them, remove from them and other useful things.
Overview
Syllabus
- Remove Elements from a slice in Go
- Iterate over an Array or Slice in Go
- Append Elements to a Slice in Go
- Declare Arrays and Slices in Go
- Filter an Array in Go
Taught by
Jeff Roberts