Categorygithub.com/alexshd/total-coder-w19
repositorypackage
0.0.0-20240521093048-57a40f6fe8a1
Repository: https://github.com/alexshd/total-coder-w19.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

total-coder-w19

Given a coverage profile produced by 'go test':
go test -coverprofile=c.out
Open a web browser displaying annotated source code
go tool cover -html=c.out

Write out an HTML file instead of launching a web browser:

$ go tool cover -html=c.out -o coverage.html