mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
fixed a mistake
This commit is contained in:
parent
4930951f77
commit
b50a1410a1
@ -12,13 +12,13 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
Primary bool
|
||||
|
||||
xsel = "xsel"
|
||||
xclip = "xclip"
|
||||
)
|
||||
|
||||
var (
|
||||
Primary bool
|
||||
|
||||
pasteCmdArgs []string
|
||||
copyCmdArgs []string
|
||||
|
||||
|
@ -63,7 +63,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version string = "v0.48.0.496, Ben Nevis!"
|
||||
version string = "v0.48.0.501, Ben Nevis!"
|
||||
)
|
||||
|
||||
type (
|
||||
|
Loading…
Reference in New Issue
Block a user