Quiz 4
1. Is Go a statically or dynamically typed language?
2. What is 'iota' used for?
3. What can an 'interface{}' hold?
4. What is 'variable shadowing'?
5. Which package is used to handle time and durations?
6. What is a 'rune' in Go?
7. Which command is used to run tests in Go?
8. What prefix must a test function name have?
9. What is the 'reflect' package used for?
10. Which file defines a Go module's dependencies?
Previous Next