Update README.md and move code

This commit is contained in:
vcaesar 2018-09-04 15:25:08 -04:00
parent 3df4cff48b
commit 2cc3a5d7ce
20 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,21 @@
# gohook
This is a work in progress.
This is a work in progress.
```Go
package main
import (
"fmt"
"go-vgo/robotn/gohook"
)
func main() {
hook.AsyncHook()
veve := hook.AddEvent("v")
if veve == 0 {
fmt.Println("v...")
}
}
```

View File

@ -2,6 +2,7 @@ package main
import (
"fmt"
"go-vgo/robotn/gohook"
)