diff options
| author | Jeff Carr <[email protected]> | 2024-01-03 14:41:03 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-03 14:41:03 -0600 |
| commit | eb14f1d21fbdde46d8c31ce5dd5927f7798622d6 (patch) | |
| tree | eea106e97422935e5f5c9314cb85e4793d237b17 /main.go | |
| parent | 5e485f20d9893034eb37d4c92608ee4cb9b57c6a (diff) | |
use 'gui/debugger'
Signed-off-by: Jeff Carr <[email protected]>
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() |
