summaryrefslogtreecommitdiff
path: root/watchdog.go
diff options
context:
space:
mode:
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