Update README.md

This commit is contained in:
vcaesar 2018-12-05 13:05:12 -04:00
parent bb1e8a0514
commit 928aa6aaee
2 changed files with 4 additions and 2 deletions

View File

@ -101,7 +101,8 @@ png.h: No such file or directory? Please see [issues/47](https://github.com/go-v
```
go get -u github.com/go-vgo/robotgo
```
Note go1.10.x C file compilation cache problem.
Note go1.10.x C file compilation cache problem, [golang #24355](https://github.com/golang/go/issues/24355).
`go mod vendor` problem, [golang #26366](https://github.com/golang/go/issues/26366).
## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples)

View File

@ -98,7 +98,8 @@ png.h: No such file or directory? Please see [issues/47](https://github.com/go-v
```
go get -u github.com/go-vgo/robotgo
```
注意 go1.10.x C 文件编译缓存问题
注意 go1.10.x C 文件编译缓存问题, [golang #24355](https://github.com/golang/go/issues/24355).
`go mod vendor` problem, [golang #26366](https://github.com/golang/go/issues/26366).
## [Examples:](https://github.com/go-vgo/robotgo/blob/master/examples)