From ce1745d37a24bf95f70463e558d792419b37de6f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Oct 2025 10:42:40 -0500 Subject: notsure. need to redo this still --- structs.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 1cf5b91..2633128 100644 --- a/structs.go +++ b/structs.go @@ -1,5 +1,7 @@ package argvpb +import "time" + // try this struct out (?) var me *AutoArgs @@ -23,7 +25,7 @@ type AutoArgs struct { guiFunc func() error // enables Gui functions ARGNAME string // a good way to track the name of the binary ? VERSION string - BUILDTIME string + BUILDTIME *time.Time err error // store any errors from argv // hidden bool // don't update the toolkits when it's hidden // pp *arg.Parser // for parsing the command line args. Yay to alexf lint! -- cgit v1.2.3