diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 01:41:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 01:41:05 -0500 |
| commit | bb99305225210181525b1482888a7bfddd9ff68e (patch) | |
| tree | b0a9002926514e4a519463bc0b2b4bcea27d48f5 /structs.go | |
| parent | 10ccaf765b25e3712b2bde2737ae443ae68284af (diff) | |
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ package main import ( "time" - "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/prep" @@ -17,7 +16,7 @@ var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + auto *prep.Auto // more experiments for bash handling hostname string // my fqdn dns zookeeper hostname pollDelay time.Duration // how often to report our status dog *time.Ticker // the watchdog timer |
