...
Package browser
Package browser provides utilities for interacting with users' browsers.
func Commands() [][]string
Commands returns a list of possible commands to use to open a url.
func Open(url string) bool
Open tries to open url in a browser and reports whether it succeeded.