Quiz
Which keyword declares a variable in Go?
What is the file extension for Go?
Which function is the entry point?
Which package is required for printing?
Which symbol declares a short variable?
How do you import a package?
Which keyword creates a goroutine?
Which type is used for true/false?
Which keyword exits a loop?
What does defer do?