Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 237 Bytes

File metadata and controls

13 lines (7 loc) · 237 Bytes

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