diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ func main() { // draw the cloudflare control panel window win := cloudflare.MakeCloudflareWindow(myGui) win.SetText(title) + win.Show() // This is just a optional goroutine to watch that things are alive gui.Watchdog() |
