summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-08 08:58:24 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-08 08:58:24 +1000
commit5ca47c3f471365b915ca4e9a6cb3c4bf42ccc786 (patch)
tree714f3d0090ae3278e8a2f6db41607b9c46eea70e /main.go
parent30d79bfa2cd17f47fd6b0b547746eb7bd69e4ef5 (diff)
parent3b264806ef14dcdddaa429acc2bcc10cc37cd9cb (diff)
merge master
Diffstat (limited to 'main.go')
-rw-r--r--main.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.go b/main.go
index bcbce909a..ba3a55d9e 100644
--- a/main.go
+++ b/main.go
@@ -12,12 +12,12 @@ import (
)
var (
- startTime time.Time
- debugging bool
- Rev string
- builddate string
+ startTime time.Time
+ debugging bool
+ Rev string
+ builddate string
debuggingPointer = flag.Bool("debug", false, "a boolean")
- versionFlag = flag.Bool("v", false, "Print the current version")
+ versionFlag = flag.Bool("v", false, "Print the current version")
)
func homeDirectory() string {