1 2 3 4 5
package browser func openBrowser(url string) error { return runCmd("cmd", "/c", "start", url) }