mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-24 03:48:00 +01:00
6 lines
84 B
Go
6 lines
84 B
Go
package browser
|
|
|
|
func openBrowser(url string) error {
|
|
return runCmd("open", url)
|
|
}
|