mirror of
https://github.com/containers/podman.git
synced 2026-03-29 03:52:19 -04:00
6 lines
84 B
Go
6 lines
84 B
Go
package browser
|
|
|
|
func openBrowser(url string) error {
|
|
return runCmd("open", url)
|
|
}
|