browser_darwin.go 84 B

12345
  1. package browser
  2. func openBrowser(url string) error {
  3. return runCmd("open", url)
  4. }