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/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gocui/main.go') diff --git a/gocui/main.go b/gocui/main.go index 2b0e06d..f8270d5 100644 --- a/gocui/main.go +++ b/gocui/main.go @@ -6,7 +6,7 @@ package main import ( "os" - "go.wit.com/gui/gui/toolkit" + "go.wit.com/gui/toolkits" ) // sets defaults and establishes communication -- cgit v1.2.3