From 327e14f05154b1cfdb9af27b387cc3227cedca0d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 5 Jan 2024 13:30:00 -0600 Subject: andlabs compiles with 'go.wit.com/gui/widget' Signed-off-by: Jeff Carr --- andlabs/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'andlabs/main.go') diff --git a/andlabs/main.go b/andlabs/main.go index b135563..b9109b9 100644 --- a/andlabs/main.go +++ b/andlabs/main.go @@ -2,7 +2,7 @@ package main import ( "sync" - "go.wit.com/gui/toolkits" + "go.wit.com/gui/widget" "github.com/andlabs/ui" // the _ means we only need this for the init() @@ -49,7 +49,7 @@ func init() { }) // andlabs = make(map[int]*andlabsT) - pluginChan = make(chan toolkit.Action, 1) + pluginChan = make(chan widget.Action, 1) log(logNow, "Init() start channel reciever") go catchActionChannel() -- cgit v1.2.3