summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 00:43:48 -0600
committerJeff Carr <[email protected]>2024-01-18 00:43:48 -0600
commitaff82aa4ea8f9e7dcc549afec9218154e1d9c7bd (patch)
tree1ef64a2a6806a6f3bbcf9e0fc8715fd824e9d53a /watchdog.go
parentd048182ab8e2b3e35aacffce7306583f5caae3aa (diff)
new pathsv0.12.14
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'watchdog.go')
-rw-r--r--watchdog.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/watchdog.go b/watchdog.go
index a57005c..02e7a2f 100644
--- a/watchdog.go
+++ b/watchdog.go
@@ -9,11 +9,11 @@ import (
var watchtime time.Duration = 100 // in tenths of seconds
/*
- This program sits here.
- If you exit here, the whole thing will os.Exit()
- TODO: use Ticker
+This program sits here.
+If you exit here, the whole thing will os.Exit()
+TODO: use Ticker
- This goroutine can be used like a watchdog timer
+This goroutine can be used like a watchdog timer
*/
func Watchdog() {
var i = 1