From 4fbbd2cee13546dbe570509e2c2e0755225a1489 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 28 Jan 2024 02:20:31 -0600 Subject: large refactor to use the tree package Things build and now need to be fixed treeRoot has no children lists all widgets works shows help module loads Signed-off-by: Jeff Carr --- gocui.go | 1 + 1 file changed, 1 insertion(+) (limited to 'gocui.go') diff --git a/gocui.go b/gocui.go index 6d924f8..482cfc4 100644 --- a/gocui.go +++ b/gocui.go @@ -6,6 +6,7 @@ package main import ( "errors" + "github.com/awesome-gocui/gocui" "go.wit.com/log" -- cgit v1.2.3