/go-tour-toc

A mobile-friendly TOC for A Tour of Go

MIT LicenseMIT

Using the tour

Welcome!

Basics

Packages, variables, and functions.

Flow control statements: for, if, else, switch and defer

More types: structs, slices, and maps.

Methods and interfaces

Generics

Concurrency