2023-10-09 20:56:19 +11:00
|
|
|
# Window Example
|
|
|
|
|
|
|
|
|
|
This example is a demonstration of the Windows API.
|
|
|
|
|
|
|
|
|
|
## Running the example
|
|
|
|
|
|
|
|
|
|
To run the example, simply run the following command:
|
|
|
|
|
|
|
|
|
|
```bash
|
2023-10-17 20:25:36 +11:00
|
|
|
go run .
|
2023-10-09 20:56:19 +11:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# Status
|
|
|
|
|
|
|
|
|
|
| Platform | Status |
|
|
|
|
|
|----------|---------|
|
|
|
|
|
| Mac | |
|
|
|
|
|
| Windows | Working |
|
|
|
|
|
| Linux | |
|