diff options
| author | Jeff Carr <[email protected]> | 2024-01-08 22:34:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-08 22:34:33 -0600 |
| commit | cbb54585e2cd7f48ed0eeb60cf7b14bde85bfaa5 (patch) | |
| tree | 7f5e47fa0033a030ff73c655763c0f6f02ddf0fa /main.go | |
| parent | 6f1555f9fcaa299963eba4f82a5f98deb868cfc2 (diff) | |
go.wit.com/log change
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
