Documentation ¶
Overview ¶
Package clip provides functionality to read from and write to the clipboard.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrCannotRead is returned when data cannot be read to the clipboard. ErrCannotRead = errClip.Code("cannot_read").ErrorPref("cannot read from clipboard: %s") // ErrCannotWrite is returned when data cannot be written to the clipboard. ErrCannotWrite = errClip.Code("cannot_write").ErrorPref("cannot write to clipboard: %s") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.