diff options
| author | Jeff Carr <[email protected]> | 2025-02-02 13:03:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-02 14:52:31 -0600 |
| commit | 676b3a8548debe6ed3ec2898d29df7c9acd07d62 (patch) | |
| tree | 5d5bc5764b521dce945147396894583f5a914aab /structs.go | |
| parent | f2a296064e6befbce4b584f24d474a8ade2c5215 (diff) | |
tinkering
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
