first of all I'm beginner of Golang
I wonder how to get copied text from clipboard on GoLang
I've searched about three packages but I don't know the way yet
"github.com/atotto/clipboard"
"github.com/d-tsuji/clipboard"
"golang.design/x/clipboard"
I just want to get copied text like this
this is python code
copy_string = pyperclip.paste()
help me guys