fixed a mistake

This commit is contained in:
vcaesar 2018-01-29 20:25:42 +08:00
parent 4930951f77
commit b50a1410a1
2 changed files with 3 additions and 3 deletions

View File

@ -12,13 +12,13 @@ import (
)
const (
Primary bool
xsel = "xsel"
xclip = "xclip"
)
var (
Primary bool
pasteCmdArgs []string
copyCmdArgs []string

View File

@ -63,7 +63,7 @@ import (
)
const (
version string = "v0.48.0.496, Ben Nevis!"
version string = "v0.48.0.501, Ben Nevis!"
)
type (