summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 04:35:05 -0600
committerJeff Carr <[email protected]>2024-01-18 04:35:05 -0600
commit0898a4601ed9bb27c4723b8effbe26fb6ea53a48 (patch)
tree152c892dc49ad24d20ec7381585032dbdc8b7c04
parent95b019ad2215c1192e3fd05608427e38ddadf092 (diff)
really everywhere this timev0.0.3
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--action.go2
-rw-r--r--event.go4
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) {