Fix golint warning

This commit is contained in:
vcaesar 2017-09-19 01:20:53 +08:00
parent 100783ccf4
commit b217e47c48

View File

@ -26,7 +26,7 @@ var (
xclipPasteArgs = []string{xclip, "-out", "-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() {