Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Build = &fab.Command{ Shell: "go build ./...", Stdout: os.Stdout, }
View Source
var Lint = &fab.Command{ Shell: "staticcheck ./...", Stdout: os.Stdout, }
View Source
var Test = &fab.Command{ Shell: "go test -race -cover ./...", Stdout: os.Stdout, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.