Release 0.47.0

This commit is contained in:
vcaesar 2017-12-12 18:47:25 +08:00
parent ebee256da1
commit d64394dfd6
2 changed files with 4 additions and 2 deletions

View File

@ -300,6 +300,9 @@ func window() {
} }
func main() { func main() {
ver := robotgo.GetVersion()
fmt.Println("robotgo version", ver)
// Control the keyboard // Control the keyboard
key() key()
// Control the mouse // Control the mouse

View File

@ -50,7 +50,6 @@ import "C"
import ( import (
// "fmt" // "fmt"
"os" "os"
"reflect" "reflect"
"runtime" "runtime"
@ -63,7 +62,7 @@ import (
) )
const ( const (
version string = "v0.47.0.438, Pyrenees Mountains!" version string = "v0.47.0.439, Mount Cook!"
) )
type ( type (