Update md

This commit is contained in:
vCaesar 2016-11-07 18:43:10 +08:00
parent ed35209c11
commit fb3e0f1eaf
2 changed files with 10 additions and 4 deletions

View File

@ -175,7 +175,10 @@ import (
)
func main() {
Println("test")
robotgo.ShowAlert("test", "robotgo")
Println("test")
abool := robotgo.ShowAlert("test", "robotgo")
if abool == 0 {
Println("ok@@@", "ok")
}
}
```

View File

@ -171,7 +171,10 @@ import (
)
func main() {
Println("test")
robotgo.ShowAlert("test", "robotgo")
Println("test")
abool := robotgo.ShowAlert("test", "robotgo")
if abool == 0 {
Println("ok@@@", "ok")
}
}
```