Questions
Answer the following questions to test your knowledge of this chapter:
- In Go, what is the difference between a module and a package?
- What is the additional test package? What are some of the advantages of using it?
- What are the requirements for the test signature?
- What are subtests and how do you create them?
- What is a benchmark? How do you write one?