summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/structs.go b/structs.go
index 2a618a3..cd3effb 100644
--- a/structs.go
+++ b/structs.go
@@ -7,6 +7,7 @@ import (
"time"
"go.wit.com/dev/alexflint/arg"
+ "go.wit.com/lib/fhelp"
"go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -15,10 +16,9 @@ var me *zoodStruct
// this app's variables
type zoodStruct struct {
- argv *argvpb.Argv // more experiments for bash handling
- pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
- // myGui *fhelp.GuiPrep // for initializing the GUI toolkits
-
+ argv *argvpb.Argv // more experiments for bash handling
+ pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
+ myGui *fhelp.GuiPrep // for initializing the GUI toolkits
urlbase string // the dns name for the zookeeper
hostname string // my hostname
pollDelay time.Duration // how often to report our status