From f0e327f8349d62126ddde40242c01648f0d7f1c4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Feb 2025 09:42:13 -0600 Subject: this was broken --- structs.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'structs.go') diff --git a/structs.go b/structs.go index e3c170c..bec7549 100644 --- a/structs.go +++ b/structs.go @@ -5,7 +5,6 @@ package main import ( "go.wit.com/dev/alexflint/arg" - "go.wit.com/gui" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/lib/protobuf/zoopb" ) @@ -15,7 +14,6 @@ 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 machine *zoopb.Machine // your customized repo preferences and settings } -- cgit v1.2.3