update event example code

This commit is contained in:
vcaesar 2019-06-23 09:45:52 -04:00
parent 7308e0c82e
commit a099d228ba

View File

@ -36,7 +36,7 @@ func addEvent() {
defer robotgo.End()
for ev := range s {
fmt.Println(ev)
fmt.Println("hook: ", ev)
}
}