Skip to content

Commit

Permalink
Merge pull request #1093 from buddhamagnet/master
Browse files Browse the repository at this point in the history
Switch to more idiomatic var syntax
  • Loading branch information
ryanuber committed Jul 14, 2015
2 parents 5339ee6 462a03c commit c34bcb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
@@ -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 c34bcb4

Please sign in to comment.