summaryrefslogtreecommitdiff
path: root/interface.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 12:44:12 -0500
committerJeff Carr <[email protected]>2025-10-13 12:44:12 -0500
commit35ac3f03598447b436dae82fb779c1bf412f9188 (patch)
tree9c44852de6bef5f883af16afbcc923a11014bb0d /interface.go
parentd4b928f7bb8f66afc31a95fa4552b8fd8fba3712 (diff)
remove dep to fhelp
Diffstat (limited to 'interface.go')
-rw-r--r--interface.go2
1 files changed, 2 insertions, 0 deletions
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 {