mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-06 19:30:10 +08:00
12 lines
201 B
Markdown
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
|
|
```
|