From f3da30a919832f071a120927ceb431d8fd5a6147 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 01:34:00 -0600 Subject: fix paths Signed-off-by: Jeff Carr --- structs.go | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 0637ac4..c06124f 100644 --- a/structs.go +++ b/structs.go @@ -1,22 +1,22 @@ package logsettings -import ( +import ( "go.wit.com/gui/gui" - "go.wit.com/gui/gadgets" + "go.wit.com/lib/gadgets" ) var myLogGui *LogSettings type LogSettings struct { - ready bool - hidden bool - err error + ready bool + hidden bool + err error groups map[string]*flagGroup - parent *gui.Node // where to draw our window - win *gadgets.BasicWindow // our window for displaying the log package settings + parent *gui.Node // where to draw our window + win *gadgets.BasicWindow // our window for displaying the log package settings - buttonG *gui.Node // the group of buttons - flagG *gui.Node // the group of all the flag checkbox widgets + buttonG *gui.Node // the group of buttons + flagG *gui.Node // the group of all the flag checkbox widgets } -- cgit v1.2.3