Screenshots
Example Usage
go test -v -cover ./...
go test -coverprofile=coverage.out ./...
go tool cover -html=coverage.out