diff options
| author | Jeff Carr <[email protected]> | 2024-02-06 04:02:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-06 04:02:11 -0600 |
| commit | a7ad4af45c4adbb70da457e7e925c93ddac85251 (patch) | |
| tree | f018a9210cdcc041c73eb77b4b5c8f222948e034 | |
| parent | a57a8b5a6348a9142088a0170a3682cdc0ecdb23 (diff) | |
someday protobuf
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -97,9 +97,9 @@ type Node struct { // most widgets need one value, this is current alue // value any - defaultS string + defaultS string newString string - currentS string + currentS string // label string |
