From b298958bcd460763e44348467c1c5bd4591b11e7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 17 Feb 2024 14:22:24 -0600 Subject: early successes. autotypist works --- structs.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 1a779a4..f48b152 100644 --- a/structs.go +++ b/structs.go @@ -2,7 +2,6 @@ package repolist import ( "go.wit.com/gui" - "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/repostatus" ) @@ -24,7 +23,7 @@ type RepoList struct { autoScan bool allrepos map[string]*Repo - reposwin *gadgets.BasicWindow + // reposwin *gadgets.BasicWindow reposbox *gui.Node reposgrid *gui.Node reposgroup *gui.Node -- cgit v1.2.3