add clipboard

添加剪切板功能
This commit is contained in:
谢小军
2020-02-21 19:55:29 +08:00
parent 8585c30fbd
commit 82c7a46d92
6 changed files with 62 additions and 16 deletions

2
go.mod
View File

@@ -12,7 +12,7 @@ require (
github.com/leodido/go-urn v1.2.0 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/spf13/cobra v0.0.5
github.com/xxjwxc/public v0.0.0-20200120133922-c61314a90a4a
github.com/xxjwxc/public v0.0.0-20200221114751-56810b3fcc29
golang.org/x/text v0.3.2
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.2