OpenURL opens the given URL in the user's default browser. On Linux this requires that xdg-utils package has been installed, since it uses the xdg-open command.
(url string)
| 132 | // this requires that xdg-utils package has been installed, since it uses |
| 133 | // the xdg-open command. |
| 134 | OpenURL(url string) |
| 135 | |
| 136 | // OpenFiles returns file names that have been set to be open at startup. |
| 137 | OpenFiles() []string |
no outgoing calls
no test coverage detected