This website requires JavaScript.
Explore
Help
Register
Sign In
docker
/
buildx
mirror of
https://github.com/docker/buildx.git
Watch
1
Star
0
Fork
You've already forked buildx
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
06912aa24c
buildx
/
vendor
/
github.com
/
pkg
/
browser
/
browser_darwin.go
6 lines
84 B
Go
Raw
Blame
History
package
browser
func
openBrowser
(
url
string
)
error
{
return
runCmd
(
"open"
,
url
)
}
Reference in New Issue
View Git Blame
Copy Permalink