結論1「Googleへのリンク」
package main
import (
"fmt"
)
func main() {
fmt.Println("\033]8;;https://www.google.com/\aGoogle\033]8;;\aへリンク")//->Googleへリンク
}
結論2「📁ローカルフォルダへのリンク」
package main
import (
"fmt"
)
func main() {
fmt.Print("\033]8;;file://C:/Users\aLocal\033]8;;\a←リンク")//->Local←リンク
}
参考
ターミナルエミュレータ内でクリッカブルなリンクを作る方法
How to add hyperlinks to a terminal [ Node.js ]
Explicit hyperlinks and context information for your terminal
Hyperlinks (a.k.a. HTML-like anchors) in terminal emulators