Skip to content

Commit

Permalink
improve go report
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Nov 15, 2018
1 parent 7b422dc commit acd495b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cmd/skbn.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ func NewCpCmd(out io.Writer) *cobra.Command {
return cmd
}

var GitTag, GitCommit string
var (
// GitTag stands for a git tag
GitTag string
// GitCommit stands for a git commit hash
GitCommit string
)

// NewVersionCmd prints version information
func NewVersionCmd(out io.Writer) *cobra.Command {
Expand Down

0 comments on commit acd495b

Please sign in to comment.