diff options
| author | Jeff Carr <[email protected]> | 2024-02-05 12:26:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-05 12:26:05 -0600 |
| commit | 3f54db0421ccb712cd8ce63ee94ad4898f0b8995 (patch) | |
| tree | e218bcc7d40d537398019b322363491c617c7ea9 /structs.go | |
| parent | 2b3296fd5663398d425b1ba7059aa112c28c0bc8 (diff) | |
refactor to new tree functionsv0.20.1
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 } |
