From 35ac3f03598447b436dae82fb779c1bf412f9188 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 12:44:12 -0500 Subject: remove dep to fhelp --- interface.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interface.go') diff --git a/interface.go b/interface.go index 8363a63..5873c0e 100644 --- a/interface.go +++ b/interface.go @@ -64,6 +64,8 @@ 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") } if tmp, ok := tmp.(autoFuncI); ok { -- cgit v1.2.3