From 676b3a8548debe6ed3ec2898d29df7c9acd07d62 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 2 Feb 2025 13:03:44 -0600 Subject: tinkering --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') 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 -- cgit v1.2.3