summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 04:10:08 -0600
committerJeff Carr <[email protected]>2024-01-18 04:10:08 -0600
commitf25caa5b5c1ddf470b782344f25595e6f8bf76d0 (patch)
tree638f94c9bd21a4acd12140106154265f010c9464 /debug.go
parent3ac6b2486a7f17e96ea8d812437ed9bad8662260 (diff)
pathsv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index ee58727..c7888c0 100644
--- a/debug.go
+++ b/debug.go
@@ -2,8 +2,8 @@ package main
import (
"fmt"
- "go.wit.com/lib/widget"
"go.wit.com/log"
+ "go.wit.com/widget"
)
func (n *node) dumpTree(draw bool) {