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