From 3f54db0421ccb712cd8ce63ee94ad4898f0b8995 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 5 Feb 2024 12:26:05 -0600 Subject: refactor to new tree functions Signed-off-by: Jeff Carr --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index cb24bde..5331219 100644 --- a/structs.go +++ b/structs.go @@ -19,4 +19,6 @@ var me config type config struct { treeRoot *tree.Node // the base of the binary tree. it should have id == 0 myTree *tree.TreeInfo + + exit bool } -- cgit v1.2.3