Moved Version variable to a separate file.
This commit is contained in:
2
main.go
2
main.go
@@ -7,8 +7,6 @@ import (
|
|||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
var Version = ""
|
|
||||||
|
|
||||||
// Global flags available to all commands
|
// Global flags available to all commands
|
||||||
var overwrite bool
|
var overwrite bool
|
||||||
var dryRun bool
|
var dryRun bool
|
||||||
|
3
version.go
Normal file
3
version.go
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
var Version = "dev"
|
Reference in New Issue
Block a user