Quiz on the Basics of Go Language
Let's put what we've learned so far in this chapter to the test!
We'll cover the following...
We'll cover the following...
Go Language Basics
1
(Fill in the blank.) When we run a Go file, the compiler first looks for the ________ and executes the code inside it.
A)
main function (main()
)
B)
package main
C)
fmt package
Question 1 of 30 attempted
...