mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-19 02:19:31 +08:00
13 lines
168 B
Markdown
13 lines
168 B
Markdown
# Services Example
|
|
|
|
This example demonstrates how to use Wails Services.
|
|
|
|
## Running the example
|
|
|
|
To run the example, run the following command:
|
|
|
|
```bash
|
|
go run .
|
|
```
|
|
|