Add comment for version variable

This commit is contained in:
Enrico Stahn 2018-02-27 19:29:26 +11:00
parent 356c681dfc
commit 742e7149dd
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -27,11 +27,10 @@ import (
var log = logrus.New() var log = logrus.New()
var ( // Version that is being reported by the CLI
cfgFile string var Version string
logLevel string
Version string var cfgFile, logLevel string
)
// RootCmd represents the base command when called without any subcommands // RootCmd represents the base command when called without any subcommands
var RootCmd = &cobra.Command{ var RootCmd = &cobra.Command{