diff options
| author | Jeff Carr <[email protected]> | 2025-09-01 20:14:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-01 20:14:28 -0500 |
| commit | 8220d1817c35e7ac97830d64722050fa64978fdf (patch) | |
| tree | d2cd5846811d21e4c1d5261183926325569d6700 /doGui.go | |
| parent | 26d674c800eff651fb174484da39ddf3eddcd33b (diff) | |
working on processing JSON files
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ import ( func debug() { time.Sleep(2 * time.Second) for { - log.Printf("idle loop() could check for things here") + log.Info("idle loop() todo: could check for things here") time.Sleep(90 * time.Second) } } |
