Cleanup README.md

This commit is contained in:
vCaesar 2017-01-16 15:20:13 +08:00
parent 2fe1c266bb
commit 8fb24a222f
2 changed files with 3 additions and 9 deletions

View File

@ -197,7 +197,6 @@ import (
) )
func main() { func main() {
//Println("test")
abool := robotgo.ShowAlert("test", "robotgo") abool := robotgo.ShowAlert("test", "robotgo")
if abool == 0 { if abool == 0 {
Println("ok@@@", "ok") Println("ok@@@", "ok")

View File

@ -87,8 +87,6 @@ sudo apt-get install libxkbcommon-dev
package main package main
import ( import (
//. "fmt"
"github.com/go-vgo/robotgo" "github.com/go-vgo/robotgo"
) )
@ -105,8 +103,6 @@ func main() {
package main package main
import ( import (
//. "fmt"
"github.com/go-vgo/robotgo" "github.com/go-vgo/robotgo"
) )
@ -196,7 +192,6 @@ import (
) )
func main() { func main() {
//Println("test")
abool := robotgo.ShowAlert("test", "robotgo") abool := robotgo.ShowAlert("test", "robotgo")
if abool == 0 { if abool == 0 {
Println("ok@@@", "ok") Println("ok@@@", "ok")