summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-10-16 23:37:19 -0400
committerAlex Goodman <wagoodman@gmail.com>2018-10-16 23:37:19 -0400
commite700ec3745d82e4c588642e44319ccd1e6f4c872 (patch)
treeb72976e6768bed13ab1136d53a365b7f9b8fdf6f /main.go
parent8ca96849da3d24c84bb3470a284fe40176fafbef (diff)
gofmt
Diffstat (limited to 'main.go')
-rw-r--r--main.go7
1 files changed, 3 insertions, 4 deletions
diff --git a/main.go b/main.go
index 566d1ef..09cae08 100644
--- a/main.go
+++ b/main.go
@@ -25,12 +25,11 @@ import (
)
var (
- version = "No version provided"
- commit = "No commit provided"
- buildTime = "No build timestamp provided"
+ version = "No version provided"
+ commit = "No commit provided"
+ buildTime = "No build timestamp provided"
)
func main() {
cmd.Execute()
}
-