mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-11-08 23:54:00 +08:00
These commands allow working with build records of completed and running builds. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
6 lines
84 B
Go
6 lines
84 B
Go
package browser
|
|
|
|
func openBrowser(url string) error {
|
|
return runCmd("open", url)
|
|
}
|