erase unused vars

This commit is contained in:
Daniel-GrunbergerCA
2021-09-09 15:15:36 +03:00
parent ae0c384c85
commit 93dbfd5110
+1 -6
View File
@@ -9,13 +9,8 @@ import (
"github.com/spf13/cobra"
)
var (
sha1ver string
buildTime string
Run_number string
)
var Run_number string
// versionCmd represents the version command
var versionCmd = &cobra.Command{
Use: "version",
Short: "Get current version",