Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CheckVerAllCmd = &cobra.Command{Use: "all", Short: "check all files for git merge conflict!", Run: checkVerAll}
View Source
var CheckVerAllGoCmd = &cobra.Command{Use: "go", Short: "check all go files for git merge conflict!", Run: checkVerAllGo}
View Source
var CheckVerDockerCmd = &cobra.Command{Use: "docker", Short: "check docker dir's files for git merge conflict!", Run: checkVerDocker}
View Source
var CvCmds = []*cobra.Command{CheckVerDockerCmd, CheckVerAllCmd, CheckVerAllGoCmd}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.