From 3e71c611977e6c72c26881e9dda8bc77b08b4abc Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Fri, 1 Apr 2016 21:29:12 -0400 Subject: [PATCH] Update init per golint X-Ref: #258 --- cobra/cmd/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/cmd/init.go b/cobra/cmd/init.go index 8822c817..342fb9cc 100644 --- a/cobra/cmd/init.go +++ b/cobra/cmd/init.go @@ -150,7 +150,7 @@ import ( {{if .viper}} var cfgFile string {{ end }} -// 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: "{{ .appName }}", Short: "A brief description of your application",