summaryrefslogtreecommitdiff
path: root/init.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-24 10:30:09 -0500
committerJeff Carr <[email protected]>2025-10-24 10:30:09 -0500
commit2b46985ae8def4ff5779fbc027a6ddbe7a1a6a8d (patch)
treec38a46169ddfd57a3f4619012e63d76f63980a81 /init.go
parent41cf7c3c4ca2fbfca7f9c2328e6f4e0ac34661d9 (diff)
still kinda works. newer argv.proto
Diffstat (limited to 'init.go')
-rw-r--r--init.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.go b/init.go
index 9feed7f..b572477 100644
--- a/init.go
+++ b/init.go
@@ -32,5 +32,4 @@ func initAppname() {
log.Printf("TIME initAppname() ERR=(%v) anyString=(%v) GetTime.BUILTIME=(%v) app.BUILDTIME=(%v)\n", err, anyString, BUILDTIME, app.BUILDTIME)
}
me.pb.AppInfo = app
- me.pb.Argname = APPNAME // deprecate this
}