5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 18:21:45 +08:00
wails/v3/examples/panic-handling/README.md
2025-01-16 22:08:18 +11:00

12 lines
204 B
Markdown

# Panic Handling Example
This example is a demonstration of how to handle panics in your application.
## Running the example
To run the example, simply run the following command:
```bash
go run .
```