diff options
Diffstat (limited to 'nocui/tree.go')
| -rw-r--r-- | nocui/tree.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nocui/tree.go b/nocui/tree.go index 784e923..6ba353e 100644 --- a/nocui/tree.go +++ b/nocui/tree.go @@ -5,7 +5,7 @@ package main */ import ( - "go.wit.com/gui/widget" + "go.wit.com/lib/widget" ) // Other goroutines must use this to access the GUI |
