From f25caa5b5c1ddf470b782344f25595e6f8bf76d0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 04:10:08 -0600 Subject: paths Signed-off-by: Jeff Carr --- plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin.go') diff --git a/plugin.go b/plugin.go index c0a925f..e18d4d1 100644 --- a/plugin.go +++ b/plugin.go @@ -3,8 +3,8 @@ 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/lib/widget" "go.wit.com/log" + "go.wit.com/widget" ) func action(a *widget.Action) { -- cgit v1.2.3