mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
Update golint
This commit is contained in:
parent
3c6d9b4fd9
commit
18c74d6c02
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
version string = "v0.41.1.204,fate!"
|
||||
version string = "v0.41.1.205,fate!"
|
||||
)
|
||||
|
||||
//GetVersion get version
|
||||
|
|
@ -394,7 +394,7 @@ func KeyTap(args ...interface{}) {
|
|||
|
||||
num = len(keyarr)
|
||||
|
||||
for i, _ := range keyarr {
|
||||
for i := 0; i < num; i++ {
|
||||
ckeyarr = append(ckeyarr, (*C.char)(unsafe.Pointer(C.CString(keyarr[i]))))
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue