diff options
author | Jakob Unterwurzacher | 2015-11-02 22:50:53 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-02 22:51:12 +0100 |
commit | a3244070829202ba8e1d52580d0ce7f76b16fe6c (patch) | |
tree | 36b0726a3caceea88cd75d22281539c682ed589e /main.go | |
parent | 389977eec426559f4fbc2d097b01bcc68f16145a (diff) |
Fix three "golint" nitpicks
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) { |