diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 06:32:06 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 06:32:06 -0500 |
| commit | 478735e1a7053ccab711a918b7db13ac59081827 (patch) | |
| tree | 55c0a1df630793659f59fff5e3ab61c9588b813f /interface.go | |
| parent | 2b8f7ed07b01e356abce27e686d66400c0ddeaaa (diff) | |
keep Version() make Dump()v0.0.41
Diffstat (limited to 'interface.go')
| -rw-r--r-- | interface.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.go b/interface.go index 4e27dd8..ad343d3 100644 --- a/interface.go +++ b/interface.go @@ -142,7 +142,7 @@ func findAppInfo(tmp interface{}) { panic("gui failed to init") } } else { - panic("you must add this function to argv.go: (argv) func InitGui() error") + // panic("you must add this function to argv.go: (argv) func InitGui() error") } // TODO: SORT OUT STUFF BELOW HERE |
