File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 7
7
[ ![ GoDoc] ( https://godoc.org/github.com/robotn/gohook?status.svg )] ( https://godoc.org/github.com/robotn/gohook )
8
8
<!-- This is a work in progress. -->
9
9
10
+ ## Requirements (Linux):
11
+
12
+ [ Robotgo-requirements-event] ( https://github.com/go-vgo/robotgo#requirements )
13
+
14
+ ## Install:
15
+
16
+ With Go module support (Go 1.11+), just import:
17
+
18
+ ``` go
19
+ import " github.com/robotn/gohook"
20
+ ```
21
+
22
+ ## Examples:
23
+
10
24
``` Go
11
25
package main
12
26
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ environment:
34
34
PATH : C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
35
35
# - COMPILER: MINGW_W64
36
36
# ARCHITECTURE: x64
37
- GOVERSION : 1.17.3
37
+ GOVERSION : 1.17.5
38
38
# GOPATH: c:\gopath
39
39
40
40
# scripts that run after cloning repository
You can’t perform that action at this time.
0 commit comments