Skip to content

Commit

Permalink
switch to more idiomatic var syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhamagnet committed Jul 8, 2015
1 parent 7cba295 commit 462a03c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version.go
@@ -1,8 +1,10 @@
package main

// The git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
var GitDescribe string
var (
GitCommit string
GitDescribe string
)

// The main version number that is being run at the moment.
const Version = "0.5.2"
Expand Down

0 comments on commit 462a03c

Please sign in to comment.