mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-15 16:39:32 +08:00
13 lines
186 B
Markdown
13 lines
186 B
Markdown
# Screen Example
|
|
|
|
This example will detect all attached screens and display their details.
|
|
|
|
## Running the example
|
|
|
|
To run the example, run the following command:
|
|
|
|
```bash
|
|
go run .
|
|
```
|
|
|