Update hook examples link to newest

This commit is contained in:
vcaesar 2020-05-30 11:29:01 -04:00
parent 5cab1ed749
commit 8b8545f558
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ func main() {
} }
``` ```
#### [Event](https://github.com/go-vgo/robotgo/blob/master/examples/event/main.go) #### [Event](https://github.com/go-vgo/robotgo/blob/master/examples/gohook/main.go)
```Go ```Go
package main package main

View File

@ -214,7 +214,7 @@ func main() {
} }
``` ```
#### [事件](https://github.com/go-vgo/robotgo/blob/master/examples/event/main.go) #### [事件](https://github.com/go-vgo/robotgo/blob/master/examples/gohook/main.go)
```Go ```Go
package main package main