Skip to content

Commit

Permalink
[#22] Add lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agentmilindu authored and apoorvam committed May 15, 2019
1 parent c9a8727 commit e000965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
G "github.com/leopardslab/Dunner/pkg/global"
)

var version string = ""
var version string

func main() {
G.VERSION = version
Expand Down
1 change: 1 addition & 0 deletions pkg/global/global.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package global

// VERSION is to hold the Dunner version
var (
VERSION string
)

0 comments on commit e000965

Please sign in to comment.