illustration for Learn about slices and arrays in Go

Learn about slices and arrays in Go

Instructor

Jeff Roberts
40m
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.7
36
people completed
Bookmark
Download
RSS

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.