diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,6 +122,9 @@ func main() { me.statusOS.SetSpeedActual(s) }) + // show internal gui toolkit stats + go gui.Watchdog() + // check the four known things to see if they are all WORKING myTicker(10*time.Second, "MAIN LOOP", func() { var working bool = true |
