Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Build runs "go build".
Check runs all of Vet, Lint, and Test.
View Source
var Cover = fab.Seq( fab.Command("go test -coverprofile cover.out ./...", fab.CmdStdout(os.Stdout)), fab.Command("go tool cover -html cover.out"), )
Cover produces a test-coverage profile and opens it in a browser.
Lint runs staticcheck.
Test runs "go test" with the race detector enabled, plus coverage reporting.
Vet runs "go vet".
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.