summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 20:18:52 -0500
committerJeff Carr <[email protected]>2025-10-13 20:18:52 -0500
commit164b009676b8764bf0923081205a8adc4a91f816 (patch)
tree1b56b0021646e8eaca270519678d53e8e4617e81
parent1394e7b03eed71f3c637b78627e78aa48a3ec092 (diff)
take out this panic
-rw-r--r--interface.go2
1 files changed, 1 insertions, 1 deletions
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 {