From d687de6c043b6f3fd67827fd9f12e8af3ece0d68 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Feb 2025 07:17:13 -0600 Subject: fix build with zoopb out of forge --- structs.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index 9307b0e..e3c170c 100644 --- a/structs.go +++ b/structs.go @@ -7,13 +7,15 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/protobuf/forgepb" + "go.wit.com/lib/protobuf/zoopb" ) var me *autoType // this app's variables type autoType struct { - argpp *arg.Parser // go-arg preprocessor - myGui *gui.Node // the gui handle - forge *forgepb.Forge // your customized repo preferences and settings + argpp *arg.Parser // go-arg preprocessor + myGui *gui.Node // the gui handle + forge *forgepb.Forge // your customized repo preferences and settings + machine *zoopb.Machine // your customized repo preferences and settings } -- cgit v1.2.3