summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 01:34:32 -0600
committerJeff Carr <[email protected]>2024-01-18 01:34:32 -0600
commitf3d6daa29eccbaeb7b9b1709b4ddffe010c00bd0 (patch)
tree038e8e6183c95333f90153129d2c17cbdf099125 /structs.go
parent939e87c2e960424fdb00849273fb1e1c2d871aad (diff)
fix paths
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go17
1 files changed, 9 insertions, 8 deletions
diff --git a/structs.go b/structs.go
index 83abba0..1723a12 100644
--- a/structs.go
+++ b/structs.go
@@ -2,23 +2,23 @@ package debugger
import (
"go.wit.com/gui/gui"
- "go.wit.com/gui/gadgets"
- "go.wit.com/gui/lib/logsettings"
+ "go.wit.com/lib/gadgets"
+ "go.wit.com/lib/gui/logsettings"
)
var me *debuggerSettings
type debuggerSettings struct {
- ready bool
- hidden bool
- err error
+ ready bool
+ hidden bool
+ err error
myGui *gui.Node
- bugWin *gadgets.BasicWindow
+ bugWin *gadgets.BasicWindow
widgets *gadgets.BasicWindow
- golang *gadgets.BasicWindow
- gochan *gadgets.BasicWindow
+ golang *gadgets.BasicWindow
+ gochan *gadgets.BasicWindow
myLS *logsettings.LogSettings
@@ -26,6 +26,7 @@ type debuggerSettings struct {
}
var bugWin *gui.Node
+
/*
// main debugging window
var bugTab *gui.Node