mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-02 23:23:55 +00:00
Cleanup README.md
This commit is contained in:
parent
2fe1c266bb
commit
8fb24a222f
@ -197,7 +197,6 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
//Println("test")
|
||||
abool := robotgo.ShowAlert("test", "robotgo")
|
||||
if abool == 0 {
|
||||
Println("ok@@@", "ok")
|
||||
|
@ -87,8 +87,6 @@ sudo apt-get install libxkbcommon-dev
|
||||
package main
|
||||
|
||||
import (
|
||||
//. "fmt"
|
||||
|
||||
"github.com/go-vgo/robotgo"
|
||||
)
|
||||
|
||||
@ -105,8 +103,6 @@ func main() {
|
||||
package main
|
||||
|
||||
import (
|
||||
//. "fmt"
|
||||
|
||||
"github.com/go-vgo/robotgo"
|
||||
)
|
||||
|
||||
@ -196,7 +192,6 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
//Println("test")
|
||||
abool := robotgo.ShowAlert("test", "robotgo")
|
||||
if abool == 0 {
|
||||
Println("ok@@@", "ok")
|
||||
|
Loading…
Reference in New Issue
Block a user