Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GenerateCmd = &cobra.Command{
Use: "generate",
Short: "generate codes for error handling",
Run: generateCmd,
}
GenerateCmd is the cobra command to generate error handling codes
View Source
var LintCmd = &cobra.Command{
Use: "lint",
Short: "lint codes for error handling",
Run: lintCmd,
}
LintCmd is the cobra command to lint error handling codes
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.