summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {