mirror of
https://github.com/kubescape/kubescape.git
synced 2026-04-15 06:58:11 +00:00
erase unused vars
This commit is contained in:
+1
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user