mirror of
https://github.com/moby/buildkit.git
synced 2026-08-07 16:20:46 +00:00
6 lines
84 B
Go
6 lines
84 B
Go
package browser
|
|
|
|
func openBrowser(url string) error {
|
|
return runCmd("open", url)
|
|
}
|