From 1418d4652e7f296eb7de08ccc4b0394db5a54303 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 30 Apr 2025 14:41:35 -0500 Subject: unwind protobuf *any value --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 708780c..e4a5bb8 100644 --- a/structs.go +++ b/structs.go @@ -41,7 +41,7 @@ type TreeInfo struct { Disable func(*Node) // disable a widget ShowTable func(*guipb.Table) // attempt at sending a whole table currentTables []*guipb.Table // track the list of tables? - Root *guipb.Tree // this is the future of this system + // Root *guipb.Tree // this is the future of this system } type Node struct { -- cgit v1.2.3