Update md

This commit is contained in:
vCaesar 2016-11-07 17:08:12 +08:00
parent fd4a82093b
commit 9bed8e6e99
2 changed files with 31 additions and 0 deletions

View File

@ -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")
}
```

View File

@ -159,3 +159,18 @@ func main() {
}
}
```
###Window
```Go
package main
import (
. "fmt"
"github.com/go-vgo/robotgo"
)
func main() {
Println("test")
}
```