Algorithms and data structures in Go Concurrency primitives and design patterns Testing Run the whole test suite storing the test coverage to a file go test -v -cover -coverprofile=coverage.cov ./... -run . Show the HTML test coverage report in a browser go tool cover -html=coverage.cov