diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,9 +4,9 @@ import ( "runtime/debug" "sync" - "go.wit.com/lib/widget" "go.wit.com/log" "go.wit.com/toolkits/tree" + "go.wit.com/widget" "go.wit.com/dev/andlabs/ui" // the _ means we only need this for the init() |
