mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 15:45:50 +01:00
11 lines
206 B
Markdown
11 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 .
|
|
```
|