mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 12:31:06 +01:00
fix #37: make yank portable
This commit is contained in:
8
lib/ya_windows.go
Normal file
8
lib/ya_windows.go
Normal file
@@ -0,0 +1,8 @@
|
||||
// +build windows
|
||||
|
||||
package lib
|
||||
|
||||
import "github.com/atotto/clipboard"
|
||||
|
||||
func setprimary() {
|
||||
}
|
||||
Reference in New Issue
Block a user