summaryrefslogtreecommitdiff
path: root/README-goreadme.md
diff options
context:
space:
mode:
Diffstat (limited to 'README-goreadme.md')
-rw-r--r--README-goreadme.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/README-goreadme.md b/README-goreadme.md
index 3e458b5..abf7acd 100644
--- a/README-goreadme.md
+++ b/README-goreadme.md
@@ -107,12 +107,6 @@ external things which might be useful
* [GO Style Guide]
```
-## Variables
-
-```golang
-var Config guiConfig
-```
-
## Functions
### func [DebugWidgetWindow](/debugWidget.go#L52)
@@ -152,12 +146,13 @@ Creates a window helpful for debugging this package
The window is destroyed and the application exits
TODO: properly exit the plugin since Quit() doesn't do it
-### func [Watchdog](/watchdog.go#L15)
+### func [Watchdog](/watchdog.go#L16)
`func Watchdog()`
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