Documentation ¶
Overview ¶
Example ¶
package main import ( "fmt" "github.com/antonmedv/clipboard" ) func main() { clipboard.WriteAll("Привет, мир!") text, _ := clipboard.ReadAll() fmt.Println(text) }
Output: Привет, мир!
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.