From 928aa6aaee5fad6f4b2b67c4abfbee351e2db86e Mon Sep 17 00:00:00 2001 From: vcaesar Date: Wed, 5 Dec 2018 13:05:12 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- README_zh.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46afe01..fffd684 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_zh.md b/README_zh.md index fe96685..c2dd038 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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)