TOC
- "nil slice" vs "nil map"
- Accessing Map
- Adding multiple types to collection
- Adding sugar - map, reduce and filter, etc to slice
- Conversion between array and slice
- Go - Slice copy
- Golang Collections Intro
- Pass slice as a function argument
- Prepend in Slice
- Reallocating underlying array of slice
- Slice vs Arrays
- The internals of slice
- Two-dimensional slice
- Go - Array
- Golang Slices
- Go - Maps