OpenBrowser opens the specified URL in the default browser of the user
(url string)
| 2 | |
| 3 | // OpenBrowser opens the specified URL in the default browser of the user |
| 4 | func OpenBrowser(url string) error { |
| 5 | return getBrowserCmd(url).Start() |
| 6 | } |
no test coverage detected