mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 23:55:52 +01:00
11 lines
201 B
Markdown
11 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
|
|
```
|