Golang-NestedDatastructures-Tutorial icon indicating copy to clipboard operation
Golang-NestedDatastructures-Tutorial copied to clipboard

A hands-on tutorial for nested datastructures in Go.

Golang-NestedDatastructures-Tutorial

A hands-on tutorial for nested datastructures in Go.

Chapter 1: Arrays of Arrays

Chapter 2: Maps of Arrays

Chapter 3: Arrays of Maps

Chapter 4: Maps of Maps