Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 283 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 283 Bytes

clipboard

This package provides access to the system's text clipboard for the Go programming language. Windows, OSX and Linux (GTK) are supported.

Install with go get github.com/tjgq/clipboard.

Browse the package documentation at http://godoc.org/github.com/tjgq/clipboard.