Documentation ¶
Index ¶
Constants ¶
View Source
const ( Success = iota IssuesFound WarningInTest Failure Timeout NoGoFiles NoConfigFileDetected ErrorWasLogged )
Variables ¶
View Source
var ( ErrNoGoFiles = &ExitError{ Message: "no go files to analyze", Code: NoGoFiles, } ErrFailure = &ExitError{ Message: "failed to analyze", Code: Failure, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.