forked from mirror/cobra
Merge pull request #258 from kkirsche/patch-1
Update root.go to fix golint bug with comment
This commit is contained in:
commit
ee150b4fa2
|
@ -24,7 +24,7 @@ import (
|
|||
var cfgFile string
|
||||
var userLicense string
|
||||
|
||||
// This represents the base command when called without any subcommands
|
||||
// RootCmd represents the base command when called without any subcommands
|
||||
var RootCmd = &cobra.Command{
|
||||
Use: "cobra",
|
||||
Short: "A generator for Cobra based Applications",
|
||||
|
|
Loading…
Reference in New Issue