diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 10:42:40 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 10:42:40 -0500 |
| commit | ce1745d37a24bf95f70463e558d792419b37de6f (patch) | |
| tree | 4df955dc87ca8a920075ae797c37bd8a47195117 /structs.go | |
| parent | 748ac1d8c6bb87c2c8e7c9e2db2608ee1a0a9979 (diff) | |
notsure. need to redo this still
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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! |
