Get Groovy with Go!

Get Groovy with Go!

Test your knowledge of the Go programming language, an open-source language designed for efficiency and reliability in software development.

published on October 18
1/9

What is the name of the Go package manager?

What is the name of the Go package manager?
gopm
godir
gom
go get
2/9

In which year was Go first released?

In which year was Go first released?
2009
2005
2015
2012
3/9

Which of the following Go features enhances performance?

Which of the following Go features enhances performance?
Overloaded functions
Custom operators
Exceptions
Goroutines
4/9

Which company created the Go programming language?

Which company created the Go programming language?
Microsoft
Apple
Google
Facebook
5/9

What is the keyword used to declare a variable in Go?

What is the keyword used to declare a variable in Go?
declare
var
let
set
6/9

Which of the following is not a built-in Go data type?

Which of the following is not a built-in Go data type?
bool
int
list
string
7/9

What is the use of `go fmt` command?

What is the use of `go fmt` command?
Run Go tests
Compile Go code
Format Go source code
Install Go packages
8/9

What is the purpose of the `go run` command?

What is the purpose of the `go run` command?
Update Go packages
Run Go programs without compiling
Format Go code
Compile and execute Go programs
9/9

What is the primary file extension used for Go source files?

What is the primary file extension used for Go source files?
.go
.goto
.gol
.gscript