Skip to content
bootstraponline edited this page Jul 18, 2017 · 6 revisions

Code format, lint, and errcheck

Mocks & Testing

Code coverage

Print coverage

  • go test -cover

HTML coverage report

  • go test -coverprofile=coverage.out
  • go tool cover -html=coverage.out

Clone this wiki locally