Recap: Code Testing and Profiling
Let’s look at a chapter summary and take a short quiz to test our understanding of this chapter’s content.
We'll cover the following...
Summary
This chapter discussed go:generate
, code profiling and tracing, benchmarking, and testing Go code. You might find the Go way of testing ...