Get Groovy with Go! Test your knowledge of the Go programming language, an open-source language designed for efficiency and reliability in software development. rihanna80 published on October 18 Stacked 1/9 What is the name of the Go package manager? gopm godir gom go get 2/9 In which year was Go first released? 2009 2005 2015 2012 3/9 Which of the following Go features enhances performance? Overloaded functions Custom operators Exceptions Goroutines 4/9 Which company created the Go programming language? Microsoft Apple Google Facebook 5/9 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? bool int list string 7/9 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? 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? .go .goto .gol .gscript