-
Notifications
You must be signed in to change notification settings - Fork 3
bootstraponline edited this page Jul 12, 2018
·
6 revisions
go get -u github.com/GoogleCloudPlatform/docker-credential-gcrgo clean -i -n github.com/GoogleCloudPlatform/docker-credential-gcr
-
go fmtformats the code -
golint identifies lint issues
go get -u github.com/golang/lint/golint
-
errcheck identifies unchecked errors
go get -u github.com/kisielk/errcheck
-
unusedgo get -u honnef.co/go/tools/cmd/unused
-
gosimplego get -u honnef.co/go/tools/cmd/gosimple
Print coverage
go test -cover
HTML coverage report
go test -coverprofile=coverage.outgo tool cover -html=coverage.out