We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ea1f4 commit bd2df35Copy full SHA for bd2df35
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