merge master

This commit is contained in:
Jesse Duffield 2018-08-08 08:58:24 +10:00
commit 5ca47c3f47
3 changed files with 28 additions and 11 deletions

10
main.go
View file

@ -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 {