diff --git a/README.md b/README.md index 5c382d0..b130a7e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ RobotGo supports Mac, Windows, and Linux(X11). - [Update](#update) - [Examples](#examples) - [Cross-Compiling](#crosscompiling) +- [Authors](#authors) - [Plans](#plans) - [Donate](#donate) - [Contributors](#contributors) @@ -281,6 +282,11 @@ GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64 // CXX=mingw-w64\x86_64-7.2.0-win32-seh-rt_v5-rev1\mingw64\bin\g++.exe ``` +## Authors +* [The author is vz](https://github.com/vcaesar) +* [Maintainers](https://github.com/orgs/go-vgo/people) +* [Contributors](https://github.com/go-vgo/robotgo/graphs/contributors) + ## Plans - Update Find an image on screen, read pixels from an image - Update Window Handle diff --git a/README_zh.md b/README_zh.md index f6dc340..7f6ee72 100644 --- a/README_zh.md +++ b/README_zh.md @@ -22,6 +22,7 @@ QQ 群: 595877611 - [Update](#update) - [Examples](#examples) - [Cross-Compiling](#crosscompiling) +- [Authors](#authors) - [Plans](#plans) - [Donate](#donate) - [Contributors](#contributors) @@ -277,6 +278,11 @@ GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64 // CXX=mingw-w64\x86_64-7.2.0-win32-seh-rt_v5-rev1\mingw64\bin\g++.exe ``` +## Authors +* [The author is vz](https://github.com/vcaesar) +* [Maintainers](https://github.com/orgs/go-vgo/people) +* [Contributors](https://github.com/go-vgo/robotgo/graphs/contributors) + ## Plans - 更新 Find an image on screen, read pixels from an image - 更新 Window Handle