summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 03:51:04 -0600
committerJeff Carr <[email protected]>2024-01-18 03:51:04 -0600
commit29ca3e06a04e85e96071a52ec3745b7c54ddf795 (patch)
treef2e3966fb7ca26b97559f13a9c837ff49643c504 /structs.go
parent4df2b5ecb8da632aa3afd093c777a2b690909874 (diff)
move widgetv0.12.15
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index ad4f5fd..2f01c66 100644
--- a/structs.go
+++ b/structs.go
@@ -2,7 +2,7 @@ package gui
import (
"embed"
- "go.wit.com/lib/widget"
+ "go.wit.com/widget"
"sync"
)