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.
I liked the part that highlighted when slices and arrays are initialised as nil or not. I found this out the hard way, when starting with GO earlier this week!