Searched defs:openBrowser (Results 1 – 3 of 3) sorted by relevance
23 func openBrowser(url string) bool { return false } func
371 func openBrowser(url string) bool { return browser.Open(url) } func
237 func openBrowser(url string, o *plugin.Options) { func