summaryrefslogtreecommitdiff
path: root/interface.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 06:32:06 -0500
committerJeff Carr <[email protected]>2025-10-19 06:32:06 -0500
commit478735e1a7053ccab711a918b7db13ac59081827 (patch)
tree55c0a1df630793659f59fff5e3ab61c9588b813f /interface.go
parent2b8f7ed07b01e356abce27e686d66400c0ddeaaa (diff)
keep Version() make Dump()v0.0.41
Diffstat (limited to 'interface.go')
-rw-r--r--interface.go2
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