mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 10:19:01 +00:00
update robot info test code and appveyor
This commit is contained in:
parent
edede45aab
commit
f0f4731193
2 changed files with 3 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ environment:
|
|||
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
|
||||
# - COMPILER: MINGW_W64
|
||||
# ARCHITECTURE: x64
|
||||
GOVERSION: 1.13.4
|
||||
GOVERSION: 1.13.5
|
||||
# GOPATH: c:\gopath
|
||||
|
||||
# scripts that run after cloning repository
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// +build darwin windows
|
||||
|
||||
package robotgo
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Reference in a new issue