mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-17 16:37:46 +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)
|
|
}
|