Update README.md and godoc

This commit is contained in:
vcaesar 2017-12-09 02:32:23 +08:00
parent efe8a698d3
commit 3eee78dbe7
3 changed files with 4 additions and 3 deletions

View File

@ -42,8 +42,8 @@ Now, Please make sure Golang, GCC is installed correctly before installing Robot
### ALL: ### ALL:
``` ```
Golang Golang
GCC GCC
zlib & libpng (bitmap)
``` ```
#### For Mac OS X: #### For Mac OS X:
``` ```

View File

@ -40,6 +40,7 @@ QQ 群: 595877611
### ALL: ### ALL:
``` ```
Golang Golang
GCC GCC
``` ```
#### For Mac OS X: #### For Mac OS X:

View File

@ -12,7 +12,7 @@
Package robotgo Go native cross-platform system automation. Package robotgo Go native cross-platform system automation.
Please make sure Golang, GCC, zlib and libpng is installed correctly before installing RobotGo; Please make sure Golang, GCC is installed correctly before installing RobotGo;
See Requirements: See Requirements:
https://github.com/go-vgo/robotgo#requirements https://github.com/go-vgo/robotgo#requirements
@ -63,7 +63,7 @@ import (
) )
const ( const (
version string = "v0.46.6.434, Pyrenees Mountains!" version string = "v0.46.6.435, Pyrenees Mountains!"
) )
type ( type (