mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-16 08:59:29 +08:00
13 lines
168 B
Markdown
13 lines
168 B
Markdown
# Window API Example
|
|
|
|
This is an example of how to use the JS Window API
|
|
|
|
## Running the example
|
|
|
|
To run the example, run the following command:
|
|
|
|
```bash
|
|
go run .
|
|
```
|
|
|