mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 17:42:24 +08:00
12 lines
206 B
Markdown
12 lines
206 B
Markdown
# Window Call Example
|
|
|
|
This example is a demonstration of how to know which window is calling a service.
|
|
|
|
## Running the example
|
|
|
|
To run the example, simply run the following command:
|
|
|
|
```bash
|
|
go run .
|
|
```
|