diff options
| author | Jeff Carr <[email protected]> | 2024-01-05 13:30:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-05 13:30:00 -0600 |
| commit | 327e14f05154b1cfdb9af27b387cc3227cedca0d (patch) | |
| tree | a040d4bd5a558e4da5a747cd8684363801864f29 /andlabs/main.go | |
| parent | b9868cc873501e9e73c76b76a99d7b72cadab9b0 (diff) | |
andlabs compiles with 'go.wit.com/gui/widget'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'andlabs/main.go')
| -rw-r--r-- | andlabs/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
