From c193af11e7f2d32b336127e123e496c5c16915e3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 28 Aug 2025 14:05:01 -0500 Subject: try merging patches together --- structs.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 6f7efa0..b40d6e4 100644 --- a/structs.go +++ b/structs.go @@ -5,6 +5,7 @@ package main import ( "go.wit.com/dev/alexflint/arg" + "go.wit.com/lib/protobuf/forgepb" ) var me *mainType @@ -13,4 +14,5 @@ var me *mainType type mainType struct { pp *arg.Parser // for parsing the command line args. Yay to alexf lint! // myGui *gui.Node // the gui toolkit handle + all *forgepb.Patchsets } -- cgit v1.2.3