File: browser_darwin.go

package info (click to toggle)
golang-github-pkg-browser 0.0~git20210911.681adbf-2~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 132 kB
  • sloc: makefile: 5
file content (5 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (9)
1
2
3
4
5
package browser

func openBrowser(url string) error {
	return runCmd("open", url)
}