summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 04:08:11 -0600
committerJeff Carr <[email protected]>2024-01-18 04:08:11 -0600
commita78eadea024c2b283b45f1711aeda39d60deab22 (patch)
tree9bc410a7fa97ffa03fcb918efe8b477f864c2865 /debug.go
parent3ea3dd10db0e728240fc659bdd33c622d33e46b4 (diff)
pathsv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug.go b/debug.go
index 64883ee..1978d19 100644
--- a/debug.go
+++ b/debug.go
@@ -2,7 +2,7 @@ package tree
import (
"go.wit.com/log"
- "go.wit.com/lib/widget"
+ "go.wit.com/widget"
)
func (n *Node) ShowButtons() {
@@ -22,7 +22,7 @@ func (n *Node) DumpWidget(pad string) {
var depth int = 0
func (n *Node) ListWidgets() {
- if (n == nil) {
+ if n == nil {
log.Warn("ERRRORRRR: n == nil in ListWidgets()")
log.Warn("ERRRORRRR: n == nil in ListWidgets()")
log.Warn("ERRRORRRR: n == nil in ListWidgets()")