From 2d4d2b6b3e115a86a10f98c20de0e4e82be519c2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 23 Apr 2023 07:37:24 -0500 Subject: actually ran again without crashing Signed-off-by: Jeff Carr --- toolkit/widget.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolkit/widget.go') diff --git a/toolkit/widget.go b/toolkit/widget.go index 21f2f47..658475e 100644 --- a/toolkit/widget.go +++ b/toolkit/widget.go @@ -18,7 +18,7 @@ type ActionType int // I'm using "Action". Maybe it should really be // "Interaction" as per wikipedia [[User interface]] // Could a protobuf be used here? (Can functions be passed?) -type Widget struct { +type Widget2 struct { // Name string Type WidgetType -- cgit v1.2.3