Quiz on the Basics of Go Language

Let's put what we've learned so far in this chapter to the test!

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

Get hands-on with 1200+ tech skills courses.