We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326c254 commit 718d400Copy full SHA for 718d400
main_gui.go
@@ -14,6 +14,6 @@ var assets embed.FS
14
func main() {
15
err := gui.Main(assets)
16
if err != nil {
17
- println("Error:", err.Error())
+ panic(err)
18
}
19
0 commit comments