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