From 95b019ad2215c1192e3fd05608427e38ddadf092 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 18 Jan 2024 04:08:32 -0600 Subject: paths Signed-off-by: Jeff Carr --- structs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 8d01ef0..cb24bde 100644 --- a/structs.go +++ b/structs.go @@ -9,7 +9,7 @@ type guiWidget struct { Width int Height int - c int + c int val map[string]int } @@ -18,5 +18,5 @@ var me config type config struct { treeRoot *tree.Node // the base of the binary tree. it should have id == 0 - myTree *tree.TreeInfo + myTree *tree.TreeInfo } -- cgit v1.2.3