From 6a62be781be462c769bb1f61198ea584284e6bed Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 03:59:14 -0500 Subject: rename that stupid variable finally --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.go') diff --git a/version.go b/version.go index 0b923e5..b4f26fe 100644 --- a/version.go +++ b/version.go @@ -20,10 +20,10 @@ func doVersion(pb *Auto) { } func (pb *Auto) getVersion() string { - if myAuto.buildtime == nil { + if me.buildtime == nil { return "app doesn't have argv.BuildVersion()" } - BUILDTIME, VERSION := myAuto.buildtime() + BUILDTIME, VERSION := me.buildtime() return fmt.Sprintf("%s %s Built on %s", pb.Argname, VERSION, cobol.Time(BUILDTIME)) } -- cgit v1.2.3