5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-18 18:09:30 +08:00
wails/v3/examples/panic-handling/README.md
2025-04-25 20:51:34 +10:00

12 lines
197 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, run the following command:
```bash
go run .
```