Update README.md and clipboard

This commit is contained in:
vCaesar 2017-06-16 20:01:39 +08:00
parent 68cf71744e
commit 4a6bca37d8
4 changed files with 1 additions and 4 deletions

View File

@ -241,7 +241,7 @@ func main() {
## Plans
- 更新 Find an image on screen, read pixels from an image
- 更新 Window Handle
- 支持 UTF-8, transitional plan: TypeStr
- 支持 UTF-8, 过渡方案: TypeStr
- 尝试支持 Android, 也许支持 IOS
- 移除 zlib/libpng 依赖

View File

@ -5,7 +5,6 @@ import (
"os"
"github.com/go-vgo/robotgo/clipboard"
// "github.com/atotto/clipboard"
)
func main() {

View File

@ -4,7 +4,6 @@ import (
"fmt"
"github.com/go-vgo/robotgo/clipboard"
// "github.com/atotto/clipboard"
)
func main() {

View File

@ -4,7 +4,6 @@ import (
"fmt"
"github.com/go-vgo/robotgo/clipboard"
// "github.com/atotto/clipboard"
)
func Example() {