diff --git a/cmd/skbn.go b/cmd/skbn.go index 9d82147..32a74bf 100644 --- a/cmd/skbn.go +++ b/cmd/skbn.go @@ -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 {