1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-03-15 04:20:37 +00:00

Merge pull request from kkirsche/patch-1

Update root.go to fix golint bug with comment
This commit is contained in:
Eric Paris 2016-03-30 16:59:46 -05:00
commit ee150b4fa2

View file

@ -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",