diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ type guiWidget struct { Width int Height int - c int + c int val map[string]int } @@ -18,5 +18,5 @@ var me config type config struct { treeRoot *tree.Node // the base of the binary tree. it should have id == 0 - myTree *tree.TreeInfo + myTree *tree.TreeInfo } |
