summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-18 04:08:32 -0600
committerJeff Carr <[email protected]>2024-01-18 04:08:32 -0600
commit95b019ad2215c1192e3fd05608427e38ddadf092 (patch)
tree948f48e89d51d3da31c3d76577954881050164dc /structs.go
parent66f87e34481df249b238d2b1490b6a0c1a3402e0 (diff)
pathsv0.0.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 8d01ef0..cb24bde 100644
--- a/structs.go
+++ b/structs.go
@@ -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
}