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 ( const (
Primary bool
xsel = "xsel" xsel = "xsel"
xclip = "xclip" xclip = "xclip"
) )
var ( var (
Primary bool
pasteCmdArgs []string pasteCmdArgs []string
copyCmdArgs []string copyCmdArgs []string

View File

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