Skip to content

v0.2.12: Wider GOOS support

Compare
Choose a tag to compare
@puellanivis puellanivis released this 03 Jun 17:30
· 61 commits to master since this release

I’ve written lib/files/clipboard to cover more than just linux, windows, and darwin.

Not supported: android, nacl, plan9, and zos but at least they should not compile-time error anymore.

The OSes: dragonflybsd, freebsd, linux, netbsd, openbsd and solaris still require you to have either xclip or xsel installed. If you do not have them installed, then the clip: and clipboard: URI schemes will always return os.ErrNotExist.