Documentation
¶
Overview ¶
Package clipboard provides interaction with the desktop clipboard.
Dependencies ¶
tag gtk or dock :
go binding: github.com/gotk3/gotk3.
default :
external dependency: xclip or xsel.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Write sets the clipboard content. Write func(string) error // Read returns the clipboard content. Read func() (string, error) )
Functions ¶
This section is empty.
Types ¶
This section is empty.