A Tour of Go

Go!

A Tour of Go: https://go.dev/tour/list

Lessons

Using the tour

  • Welcome! (5)

Basics

  • Packages, variables, and functions. (17)
  • Flow control statements: for, if, else, switch and defer (14)
  • More types: structs, slices, and maps. (27)

Methods and interfaces

  • Methods and interfaces (26)

Generics

  • Generics (3)

Concurrency

  • Concurrency (11)

Install Go

Download and Install: https://go.dev/doc/install

go install golang.org/x/website/tour@latest