We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93ea1f4 + bd2df35 commit 3ce3dadCopy full SHA for 3ce3dad
browser_darwin.go
@@ -1,7 +1,5 @@
1
package browser
2
3
-import "os/exec"
4
-
5
func openBrowser(url string) error {
6
return runCmd("open", url)
7
}
0 commit comments