summaryrefslogtreecommitdiff
path: root/toolkit/gocui/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/gocui/debug.go')
-rw-r--r--toolkit/gocui/debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/gocui/debug.go b/toolkit/gocui/debug.go
index 2669067..c19fef3 100644
--- a/toolkit/gocui/debug.go
+++ b/toolkit/gocui/debug.go
@@ -2,7 +2,7 @@ package main
import (
"fmt"
- "git.wit.org/wit/gui/toolkit"
+ "go.wit.com/gui/toolkit"
)
func (n *node) dumpTree(draw bool) {