diff options
| author | Jeff Carr <[email protected]> | 2025-03-06 03:54:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-06 05:34:25 -0600 |
| commit | f97e2a48c6330baea7e99dd5dc1e560c23e64494 (patch) | |
| tree | 8529f6ecd56144174988e16ff14dec37030bc0ba /main.go | |
| parent | 40fedc09b47d2af9fc231b371f346f7e9fc65188 (diff) | |
1st really awesome table with auto updates
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
