From 38a4e969beda577f282f98749fbef28e1bf83971 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Jan 2024 18:38:53 -0600 Subject: move widget.go in this archive Signed-off-by: Jeff Carr --- gocui/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gocui/plugin.go') diff --git a/gocui/plugin.go b/gocui/plugin.go index 381880c..0ce00b8 100644 --- a/gocui/plugin.go +++ b/gocui/plugin.go @@ -3,7 +3,7 @@ package main import ( // if you include more than just this import // then your plugin might be doing something un-ideal (just a guess from 2023/02/27) - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" ) func action(a *toolkit.Action) { -- cgit v1.2.3