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
The end
Basic types
bool, string, int, etc.
Keyword for declaring variables
var
What does a pointer store?
A memory address.
switch evaluation order
Top to bottom.
When is defer executed?
Later