summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-08 22:34:33 -0600
committerJeff Carr <[email protected]>2024-01-08 22:34:33 -0600
commitcbb54585e2cd7f48ed0eeb60cf7b14bde85bfaa5 (patch)
tree7f5e47fa0033a030ff73c655763c0f6f02ddf0fa /main.go
parent6f1555f9fcaa299963eba4f82a5f98deb868cfc2 (diff)
go.wit.com/log change
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index bba3e90..d342096 100644
--- a/main.go
+++ b/main.go
@@ -3,6 +3,7 @@ package main
import (
"go.wit.com/log"
"go.wit.com/gui/gui"
+ "go.wit.com/gui/debugger"
"go.wit.com/gui/cloudflare"
)
@@ -22,6 +23,8 @@ func main() {
// initialize a new GO GUI instance
myGui = gui.New().Default()
+ debugger.DebugWindow(myGui)
+
// draw the cloudflare control panel window
win := cloudflare.MakeCloudflareWindow(myGui)
win.Title(title)