mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 12:31:06 +01:00
10 lines
158 B
Go
10 lines
158 B
Go
|
|
// +build freebsd linux netbsd openbsd solaris dragonfly
|
||
|
|
|
||
|
|
package lib
|
||
|
|
|
||
|
|
import "github.com/atotto/clipboard"
|
||
|
|
|
||
|
|
func setprimary() {
|
||
|
|
clipboard.Primary = true
|
||
|
|
}
|