summaryrefslogtreecommitdiff
path: root/argv.template.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.template.go')
-rw-r--r--argv.template.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.template.go b/argv.template.go
index 8be4948..ecffbd6 100644
--- a/argv.template.go
+++ b/argv.template.go
@@ -15,6 +15,7 @@ import (
)
func (args) InitArgv() (string, string, string) {
+ log.Printf("APPNAME=(%s) BUILDTIME=(%s) VERSION=(%s)\n", APPNAME, BUILDTIME, VERSION )
return APPNAME, BUILDTIME, VERSION
}