mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Update md
This commit is contained in:
parent
fd4a82093b
commit
9bed8e6e99
16
README.md
16
README.md
@ -161,4 +161,20 @@ func main() {
|
||||
Println("you press...", "mouse left button")
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
###Window
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
||||
import (
|
||||
. "fmt"
|
||||
|
||||
"github.com/go-vgo/robotgo"
|
||||
)
|
||||
|
||||
func main() {
|
||||
Println("test")
|
||||
}
|
||||
```
|
15
README_zh.md
15
README_zh.md
@ -159,3 +159,18 @@ func main() {
|
||||
}
|
||||
}
|
||||
```
|
||||
###Window
|
||||
|
||||
```Go
|
||||
package main
|
||||
|
||||
import (
|
||||
. "fmt"
|
||||
|
||||
"github.com/go-vgo/robotgo"
|
||||
)
|
||||
|
||||
func main() {
|
||||
Println("test")
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user