mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Merge pull request #1093 from buddhamagnet/master
Switch to more idiomatic var syntax
This commit is contained in:
commit
c34bcb45c6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user