summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-02 13:03:44 -0600
committerJeff Carr <[email protected]>2025-02-02 14:52:31 -0600
commit676b3a8548debe6ed3ec2898d29df7c9acd07d62 (patch)
tree5d5bc5764b521dce945147396894583f5a914aab /structs.go
parentf2a296064e6befbce4b584f24d474a8ade2c5215 (diff)
tinkering
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 17c10bc..a3b9a63 100644
--- a/structs.go
+++ b/structs.go
@@ -10,6 +10,8 @@ import (
"go.wit.com/widget"
)
+// TODO: use protocol buffers
+
// this is the root node of the binary tree
// There is only one of these per application
var treeRoot *Node