We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93ea1f4 + 3ce3dad commit a7b7a61Copy full SHA for a7b7a61
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