diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 08:31:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 08:31:13 -0500 |
| commit | 042fac23113c134b3615939b0836263fd12b3bd1 (patch) | |
| tree | b46492b135af76e0e045e887c6a5ea941516c490 /verifyApplication.go | |
| parent | cfee0dad2418f8e800d15edd3e6b32cebd1119dc (diff) | |
new argv Init()
Diffstat (limited to 'verifyApplication.go')
| -rw-r--r-- | verifyApplication.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/verifyApplication.go b/verifyApplication.go index f38bec7..18e61d7 100644 --- a/verifyApplication.go +++ b/verifyApplication.go @@ -8,7 +8,7 @@ func verifyApplication(tmp interface{}) { if tmp, ok := tmp.(initArgvI); ok { me.initArgvFunc = tmp.InitArgv } else { - panic("you must define in your app the function: (args) func InitArgv() (string, string, string)") + // panic("you must define in your app the function: (args) func InitArgv() (string, string, string)") } if tmp, ok := tmp.(mustParseI); ok { |
