Skip to content

Commit

Permalink
fixed a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Jan 29, 2018
1 parent 4930951 commit b50a141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clipboard/clipboard_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import (
)

const (
Primary bool

xsel = "xsel"
xclip = "xclip"
)

var (
Primary bool

pasteCmdArgs []string
copyCmdArgs []string

Expand Down
2 changes: 1 addition & 1 deletion robotgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ import (
)

const (
version string = "v0.48.0.496, Ben Nevis!"
version string = "v0.48.0.501, Ben Nevis!"
)

type (
Expand Down

0 comments on commit b50a141

Please sign in to comment.