Skip to content

Commit

Permalink
wait, no, fix this for all GOOS
Browse files Browse the repository at this point in the history
  • Loading branch information
puellanivis committed Jun 3, 2020
1 parent a82f8bb commit faa8991
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 55 deletions.
55 changes: 0 additions & 55 deletions lib/files/clipboard/clip_openbsd.go

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build dragonflybsd freebsd linux netbsd openbsd solaris

package clipboard

import (
Expand Down
12 changes: 12 additions & 0 deletions lib/files/clipboard/clip_unsupported.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// +build android nacl plan9 zos

package clipboard

import (
)

var (
pasteCmd []string
copyCmd []string
selParam []string
)

0 comments on commit faa8991

Please sign in to comment.