mirror of
https://github.com/containers/skopeo.git
synced 2026-02-21 22:56:38 +00:00
6 lines
84 B
Go
6 lines
84 B
Go
package browser
|
|
|
|
func openBrowser(url string) error {
|
|
return runCmd("open", url)
|
|
}
|