Merge pull request #264 from kkirsche/patch-1

Update template per to match previous pr with golint fix
This commit is contained in:
Eric Paris 2016-04-01 21:14:51 -05:00
commit 2ccf9e982a

View file

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