diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 12:57:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 12:57:22 -0500 |
| commit | f914e39be658e0bfa773f030cb9d185d398109ae (patch) | |
| tree | d19750034cc791f309db0300a67954647e553553 /verifyApplication.go | |
| parent | 8c44dd2eb48319b3511982e78dc6ef06b43ea3ac (diff) | |
populate pb.AppInfov0.0.42
Diffstat (limited to 'verifyApplication.go')
| -rw-r--r-- | verifyApplication.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/verifyApplication.go b/verifyApplication.go index dba5b65..f228dcd 100644 --- a/verifyApplication.go +++ b/verifyApplication.go @@ -61,12 +61,6 @@ func verifyApplication(tmp interface{}) { // END NEEDED FUNCS // 2025/10/18 (review in a few months) // TODO: SORT OUT STUFF BELOW HERE - if tmp, ok := tmp.(appnameI); ok { - me.ARGNAME = tmp.Appname() - } else { - // panic("you must define in your app the function: (argv) func Appname() string") - } - if tmp, ok := tmp.(examplesI); ok { me.examples = tmp.Examples } |
