5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-08 04:41:08 +08:00
wails/v3/examples/panic-handling
2025-04-25 20:51:34 +10:00
..
assets Improved panic handling. Added guide. 2025-01-16 22:08:18 +11:00
main.go Default panic handler should fatal. Update docs and example. 2025-01-21 06:44:28 +11:00
README.md Initial Windows testing completed. 7 issues. 2025-04-25 20:51:34 +10:00

Panic Handling Example

This example is a demonstration of how to handle panics in your application.

Running the example

To run the example, run the following command:

go run .