Show test coverage go

Generate HTML coverage report and open in browser

go test -coverprofile=cov.out ./... && go tool cover -html=cov.out