diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ type Node struct { I int S string B bool + value any // this function is run when there are mouse or keyboard events Custom func() |
