package
module
Version:
v0.0.0-...-c3b3f08
Opens a new window with list of versions in this module.
Published: Mar 3, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
oper
调用操作系统默认浏览器来访问指定的链接
许可证
MIT
Documentation
¶
oper 可以调用操作系统默认浏览器来访问指定的链接
Access 指定一个链接地址,并调用系统默认浏览器访问
示例
err := Access("https://golang.google.cn")
if err != nil {
fmt.Println(err)
}
fmt.Println(err)
Output:
nil
Source Files
¶
Click to show internal directories.
Click to hide internal directories.