From 0898a4601ed9bb27c4723b8effbe26fb6ea53a48 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 04:35:05 -0600 Subject: [PATCH] really everywhere this time Signed-off-by: Jeff Carr --- action.go | 2 +- event.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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) {