The end

Go

Basic types

Go

bool, string, int, etc.

Go

Keyword for declaring variables

Go

var

Go

What does a pointer store?

Go

A memory address.

Go

switch evaluation order

Go

Top to bottom.

Go

When is defer executed?

Go

Later