From 164b009676b8764bf0923081205a8adc4a91f816 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 20:18:52 -0500 Subject: take out this panic --- interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.go b/interface.go index 5873c0e..1439ec4 100644 --- a/interface.go +++ b/interface.go @@ -65,7 +65,7 @@ func findAppInfo(tmp interface{}) { if tmp, ok := tmp.(guiI); ok { myAuto.guiFunc = tmp.ArgvGui } else { - panic("you must add this function to argv.go: (argv) func ArgvGui() error") + // panic("you must add this function to argv.go: (argv) func ArgvGui() error") } if tmp, ok := tmp.(autoFuncI); ok { -- cgit v1.2.3