summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-02 22:50:53 +0100
committerJakob Unterwurzacher2015-11-02 22:51:12 +0100
commita3244070829202ba8e1d52580d0ce7f76b16fe6c (patch)
tree36b0726a3caceea88cd75d22281539c682ed589e /main.go
parent389977eec426559f4fbc2d097b01bcc68f16145a (diff)
Fix three "golint" nitpicks
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index f1fd58b..6a1ac3e 100644
--- a/main.go
+++ b/main.go
@@ -33,6 +33,7 @@ const (
ERREXIT_MOUNTPOINT = 10
)
+// GitVersion will be set by the build script "build.bash"
var GitVersion = "[version not set - please compile using ./build.bash]"
func initDir(dirArg string) {