summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-06 03:54:08 -0600
committerJeff Carr <[email protected]>2025-03-06 05:34:25 -0600
commitf97e2a48c6330baea7e99dd5dc1e560c23e64494 (patch)
tree8529f6ecd56144174988e16ff14dec37030bc0ba /main.go
parent40fedc09b47d2af9fc231b371f346f7e9fc65188 (diff)
1st really awesome table with auto updates
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f7d670f..bae1d78 100644
--- a/main.go
+++ b/main.go
@@ -35,7 +35,7 @@ func main() {
log.DaemonMode(true)
}
- me = new(stuff)
+ me = new(zookeep)
me.hostname, _ = os.Hostname()
me.pollDelay = 10 * time.Second
me.machines = zoopb.NewMachines()