mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-06-01 14:43:55 +00:00
Fix golint warning
This commit is contained in:
parent
100783ccf4
commit
b217e47c48
@ -26,7 +26,7 @@ var (
|
|||||||
xclipPasteArgs = []string{xclip, "-out", "-selection", "clipboard"}
|
xclipPasteArgs = []string{xclip, "-out", "-selection", "clipboard"}
|
||||||
xclipCopyArgs = []string{xclip, "-in", "-selection", "clipboard"}
|
xclipCopyArgs = []string{xclip, "-in", "-selection", "clipboard"}
|
||||||
|
|
||||||
missingCommands = errors.New("No clipboard utilities available. Please install xsel or xclip.")
|
missingCommands = errors.New("No clipboard utilities available. Please install xsel or xclip")
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user