 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( Success = 0 IssuesFound = 1 WarningInTest = 2 Failure = 3 Timeout = 4 NoGoFiles = 5 NoConfigFileDetected = 6 ErrorWasLogged = 7 )
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.