The end
A Tour of Go
Where is the type located in function args?
A Tour of Go
Last
A Tour of Go
What does return with no values do?
A Tour of Go
Returns named values
A Tour of Go
How many results can Go functions return?
A Tour of Go
Any number
A Tour of Go
What keyword declares variables?
A Tour of Go
var
A Tour of Go
What does switch simplify?
A Tour of Go
if-else chains