diff --git a/action.go b/action.go index 056c510..9005514 100644 --- a/action.go +++ b/action.go @@ -9,7 +9,7 @@ package main import ( "go.wit.com/log" "go.wit.com/widget" - // "go.wit.com/gui/toolkits/tree" + // "go.wit.com/toolkits/tree" ) func doAction(a widget.Action) { diff --git a/event.go b/event.go index 9bbafdb..9fea1b0 100644 --- a/event.go +++ b/event.go @@ -3,8 +3,8 @@ package main /* import ( "go.wit.com/log" - "go.wit.com/gui/widget" - "go.wit.com/gui/toolkits/tree" + "go.wit.com/widget" + "go.wit.com/toolkits/tree" ) func doWidgetClick(n *tree.Node) {