5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-06 15:42:18 +08:00
wails/v3/examples/raw-message/README.md
2024-06-08 20:43:24 +10:00

12 lines
201 B
Markdown

# Raw Message Example
This example is a demonstration of sending raw messages from JS to Go.
## Running the example
To run the example, simply run the following command:
```bash
go run main.go
```