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 (
cfgFile string
logLevel string
Version string
)
// Version that is being reported by the CLI
var Version string
var cfgFile, logLevel string
// RootCmd represents the base command when called without any subcommands
var RootCmd = &cobra.Command{