-
Notifications
You must be signed in to change notification settings - Fork 3
bootstraponline edited this page Jul 18, 2017
·
6 revisions
-
go fmtformats the code - golint identifies lint issues
- errcheck identifies unchecked errors
-
honnef.co/go/tools/cmd/unusedidentifies unused code -
honnef.co/go/tools/cmd/gosimpleidentifies code that can be simplified
Print coverage
go test -cover
HTML coverage report
go test -coverprofile=coverage.outgo tool cover -html=coverage.out