Documentation ¶
Index ¶
- func Fmt(conf *config.Dague) *cobra.Command
- func FmtCommands(conf *config.Dague) []*cobra.Command
- func FmtPrint(conf *config.Dague) *cobra.Command
- func FmtWrite(conf *config.Dague) *cobra.Command
- func GoBuild(conf *config.Dague) *cobra.Command
- func GoCommands(conf *config.Dague) []*cobra.Command
- func GoDeps(conf *config.Dague) *cobra.Command
- func GoDoc(conf *config.Dague) *cobra.Command
- func GoImports(conf *config.Dague) *cobra.Command
- func GoMod(conf *config.Dague) *cobra.Command
- func GoTest(conf *config.Dague) *cobra.Command
- func Lint(conf *config.Dague) *cobra.Command
- func LintCommands(conf *config.Dague) []*cobra.Command
- func LintGolangCILint(conf *config.Dague) *cobra.Command
- func LintGovuln(conf *config.Dague) *cobra.Command
- func Version() *cobra.Command
- func VersionCommands(_ *config.Dague) []*cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FmtCommands ¶
FmtCommands contains all commands related to code formatting
func FmtPrint ¶
FmtPrint is a command to print the result of Go formatter. Files will not be modified.
func FmtWrite ¶
FmtWrite is a command to write to the existing files the result of the Go formatter.
func GoCommands ¶
GoCommands contains all commands related to Go like modules management or build.
func LintCommands ¶
LintCommands contains all commands related to linters.
func LintGovuln ¶
LintGovuln is a command running govulncheck against the Go source code.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.