Documentation
¶
Index ¶
Constants ¶
View Source
const ( ExitCodeOK = 0 ExitError = 1 ExitUsage = 2 )
Variables ¶
View Source
var DefaultExclusionList = []string{".*", "*.yaml", "*.yml", "*.md", "LICENSE", "LICENSE.txt", "README.md", "TODO.txt"}
Functions ¶
Types ¶
type ExitStatusError ¶
func (*ExitStatusError) Error ¶
func (e *ExitStatusError) Error() string
func (*ExitStatusError) Unwrap ¶
func (e *ExitStatusError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.