diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 03:59:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 03:59:14 -0500 |
| commit | 6a62be781be462c769bb1f61198ea584284e6bed (patch) | |
| tree | 73809b1b12924f3247fdc4ab6fc1809a9068c4c5 /version.go | |
| parent | 5d2788edbc203fdb3b99d073e507962cb0f0e6ac (diff) | |
rename that stupid variable finallyv0.0.37
Diffstat (limited to 'version.go')
| -rw-r--r-- | version.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) } |
