diff options
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 |
