Skip to content

Commit

Permalink
variable comments for govet
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Apr 17, 2017
1 parent 15e48e5 commit efe910c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.go
Expand Up @@ -10,8 +10,12 @@ import (
"github.com/spf13/cobra"
)

// NAME of the program, hardcoded for consistency
var NAME = "scmpuff"
var VERSION = "0.?.? (not using buildscript)" // overridden via build scripts

// VERSION is the default version of the program
// ...in almost all cases this should be overriden by the buildscript.
var VERSION = "0.?.? (not using buildscript)"

var puffCmd = &cobra.Command{
Use: "scmpuff",
Expand Down

0 comments on commit efe910c

Please sign in to comment.